Skip to content

Commit 72b5c53

Browse files
authored
Merge pull request libgit2#6586 from Faless/fix/cmake_msvc
CMake: Search for ssh2 instead of libssh2.
2 parents 59e9df3 + 933c09d commit 72b5c53

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 libssh2)
3+
find_pkglibraries(LIBSSH2 ssh2)
44
if(NOT LIBSSH2_FOUND)
55
find_package(LibSSH2)
66
set(LIBSSH2_INCLUDE_DIRS ${LIBSSH2_INCLUDE_DIR})

0 commit comments

Comments
 (0)