From 946f8f64ef47e0557a2322dd8a2db55d922b528a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 29 Jun 2018 10:31:09 +0200 Subject: cmake: Rename WITH_CLIENT_TESTING option to CLIENT_TESTING Signed-off-by: Andreas Schneider --- DefineOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DefineOptions.cmake') 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) -- cgit v1.2.3