summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-10-17 09:38:30 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2018-10-17 09:38:30 +0100
commitb160a64f2b6726c02ba368b817f829fd6805b2a4 (patch)
tree6af156901ab26e25de432cdb65caf50c22ca5633
parent7615794c125698b50c48698782c6c602044b92a3 (diff)
downloadlibgit2-ethomson/libssh2_not_libssh.tar.gz
cmake: correct comment from libssh to libssh2ethomson/libssh2_not_libssh
We use libssh2. We do not use libssh. Make sure to disambiguate them correctly.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7165cca6a..b8aa16334 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,7 +55,7 @@ OPTION(LIBGIT2_FILENAME "Name of the produced binary" OFF)
SET(SHA1_BACKEND "CollisionDetection" CACHE STRING
"Backend to use for SHA1. One of Generic, OpenSSL, Win32, CommonCrypto, mbedTLS, CollisionDetection.")
-OPTION(USE_SSH "Link with libssh to enable SSH support" ON)
+OPTION(USE_SSH "Link with libssh2 to enable SSH support" ON)
OPTION(USE_HTTPS "Enable HTTPS support. Can be set to a specific backend" ON)
OPTION(USE_GSSAPI "Link with libgssapi for SPNEGO auth" OFF)
OPTION(USE_STANDALONE_FUZZERS "Enable standalone fuzzers (compatible with gcc)" OFF)