aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
diff options
context:
space:
mode:
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 f7a52442..3d9dc642 100644
--- a/DefineOptions.cmake
+++ b/DefineOptions.cmake
@@ -9,7 +9,7 @@ option(WITH_GCRYPT "Compile against libgcrypt" OFF)
option(WITH_PCAP "Compile with Pcap generation support" ON)
option(WITH_INTERNAL_DOC "Compile doxygen internal documentation" OFF)
option(WITH_TESTING "Build with unit tests" OFF)
+option(WITH_CLIENT_TESTING "Build with client tests; requires a running sshd" OFF)
if (WITH_TESTING)
set(WITH_STATIC_LIB ON)
endif (WITH_TESTING)
-