8000 Merge pull request #6619 from libgit2/revert-6586-fix/cmake_msvc · libgit2/libgit2@95f3d41 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95f3d41

Browse files
authored
Merge pull request #6619 from libgit2/revert-6586-fix/cmake_msvc
Revert "CMake: Search for ssh2 instead of libssh2."
2 parents 804506b + 52db5d1 commit 95f3d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/SelectSSH.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Optional external dependency: libssh2
22
if(USE_SSH)
3-
find_pkglibraries(LIBSSH2 ssh2)
3+
find_pkglibraries(LIBSSH2 libssh2)
44
if(NOT LIBSSH2_FOUND)
55
find_package(LibSSH2)
66
set(LIBSSH2_INCLUDE_DIRS ${LIBSSH2_INCLUDE_DIR})

0 commit comments

Comments
 (0)
0