File tree Expand file tree Collapse file tree 3 files changed +3
-34
lines changed
Expand file tree Collapse file tree 3 files changed +3
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if( EXIV2_ENABLE_WEBREADY )
2020 endif ()
2121
2222 if ( EXIV2_ENABLE_SSH )
23- find_package ( SSH REQUIRED)
23+ find_package (libssh CONFIG REQUIRED)
2424 endif ( )
2525endif ( )
2626
Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ target_include_directories(exiv2lib_int PUBLIC
174174if (EXIV2_ENABLE_WEBREADY)
175175
176176 if ( EXIV2_ENABLE_SSH )
177- target_include_directories (exiv2lib SYSTEM PUBLIC ${SSH_INCLUDE_DIR} )
178- target_link_libraries ( exiv2lib PUBLIC ${SSH_LIBRARIES } )
177+ target_include_directories (exiv2lib SYSTEM PUBLIC ${LIBSSH_INCLUDE_DIR} )
178+ target_link_libraries (exiv2lib PUBLIC ${LIBSSH_LIBRARIES } )
179179 endif ()
180180
181181 if ( EXIV2_ENABLE_CURL )
You can’t perform that action at this time.
0 commit comments