We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf559f commit e577da9Copy full SHA for e577da9
cmake/SelectSSH.cmake
@@ -1,6 +1,6 @@
1
# Optional external dependency: libssh2
2
if(USE_SSH)
3
- find_pkglibraries(LIBSSH2 ssh2)
+ find_pkglibraries(LIBSSH2 libssh2)
4
if(NOT LIBSSH2_FOUND)
5
find_package(LibSSH2)
6
set(LIBSSH2_INCLUDE_DIRS ${LIBSSH2_INCLUDE_DIR})
0 commit comments