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.
2 parents 7615794 + b160a64 commit 5be63f6Copy full SHA for 5be63f6
1 file changed
CMakeLists.txt
@@ -55,7 +55,7 @@ OPTION(LIBGIT2_FILENAME "Name of the produced binary" OFF)
55
56
SET(SHA1_BACKEND "CollisionDetection" CACHE STRING
57
"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)
+OPTION(USE_SSH "Link with libssh2 to enable SSH support" ON)
59
OPTION(USE_HTTPS "Enable HTTPS support. Can be set to a specific backend" ON)
60
OPTION(USE_GSSAPI "Link with libgssapi for SPNEGO auth" OFF)
61
OPTION(USE_STANDALONE_FUZZERS "Enable standalone fuzzers (compatible with gcc)" OFF)
0 commit comments