aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-29 10:31:09 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-29 10:32:07 +0200
commit946f8f64ef47e0557a2322dd8a2db55d922b528a (patch)
treeb6596cc51633769b95dc4b6608f519d3c8fb1688 /DefineOptions.cmake
parent84ac7d1de0d5b0065ccea664b0d579c2b14d2f17 (diff)
downloadlibssh-946f8f64ef47e0557a2322dd8a2db55d922b528a.tar.gz
libssh-946f8f64ef47e0557a2322dd8a2db55d922b528a.tar.xz
libssh-946f8f64ef47e0557a2322dd8a2db55d922b528a.zip
cmake: Rename WITH_CLIENT_TESTING option to CLIENT_TESTING
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'DefineOptions.cmake')
-rw-r--r--DefineOptions.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/DefineOptions.cmake b/DefineOptions.cmake
index 4f8bdafc..4b5d7930 100644
--- a/DefineOptions.cmake
+++ b/DefineOptions.cmake
@@ -12,7 +12,7 @@ option(WITH_MBEDTLS "Compile against libmbedtls" OFF)
option(WITH_PCAP "Compile with Pcap generation support" ON)
option(WITH_INTERNAL_DOC "Compile doxygen internal documentation" OFF)
option(UNIT_TESTING "Build with unit tests" OFF)
-option(WITH_CLIENT_TESTING "Build with client tests; requires a running sshd" OFF)
+option(CLIENT_TESTING "Build with client tests; requires openssh" OFF)
option(WITH_BENCHMARKS "Build benchmarks tools" OFF)
option(WITH_EXAMPLES "Build examples" ON)
option(WITH_NACL "Build with libnacl (curve25519)" ON)