mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Merge pull request #6619 from libgit2/revert-6586-fix/cmake_msvc
Revert "CMake: Search for ssh2 instead of libssh2."
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Optional external dependency: libssh2
|
||||
if(USE_SSH)
|
||||
find_pkglibraries(LIBSSH2 ssh2)
|
||||
find_pkglibraries(LIBSSH2 libssh2)
|
||||
if(NOT LIBSSH2_FOUND)
|
||||
find_package(LibSSH2)
|
||||
set(LIBSSH2_INCLUDE_DIRS ${LIBSSH2_INCLUDE_DIR})
|
||||
|
||||
Reference in New Issue
Block a user