Skip to content

Commit 5be63f6

Browse files
authored
Merge pull request libgit2#4850 from libgit2/ethomson/libssh2_not_libssh
cmake: correct comment from libssh to libssh2
2 parents 7615794 + b160a64 commit 5be63f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ OPTION(LIBGIT2_FILENAME "Name of the produced binary" OFF)
5555

5656
SET(SHA1_BACKEND "CollisionDetection" CACHE STRING
5757
"Backend to use for SHA1. One of Generic, OpenSSL, Win32, CommonCrypto, mbedTLS, CollisionDetection.")
58-
OPTION(USE_SSH "Link with libssh to enable SSH support" ON)
58+
OPTION(USE_SSH "Link with libssh2 to enable SSH support" ON)
5959
OPTION(USE_HTTPS "Enable HTTPS support. Can be set to a specific backend" ON)
6060
OPTION(USE_GSSAPI "Link with libgssapi for SPNEGO auth" OFF)
6161
OPTION(USE_STANDALONE_FUZZERS "Enable standalone fuzzers (compatible with gcc)" OFF)

0 commit comments

Comments
 (0)