aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-03-28 21:56:28 +0000
committerAndreas Schneider <mail@cynapses.org>2009-03-28 21:56:28 +0000
commite02a6e0225adb88b3eef91c479b9a50065fcdd5e (patch)
tree600ba6eef014f11ec448666afdffce55b9ae1501 /DefineOptions.cmake
parentfce4840c779045b50dc8cc45fdfee4e6ee859248 (diff)
downloadlibssh-e02a6e0225adb88b3eef91c479b9a50065fcdd5e.tar.gz
libssh-e02a6e0225adb88b3eef91c479b9a50065fcdd5e.tar.xz
libssh-e02a6e0225adb88b3eef91c479b9a50065fcdd5e.zip
Add WITH_SERVER option.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@293 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'DefineOptions.cmake')
-rw-r--r--DefineOptions.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/DefineOptions.cmake b/DefineOptions.cmake
index 20301fc8..91ce25f7 100644
--- a/DefineOptions.cmake
+++ b/DefineOptions.cmake
@@ -1,3 +1,4 @@
option(WITH_LIBZ "Build with ZLIB support" ON)
option(WITH_SSH1 "Build with SSH1 support" OFF)
+option(WITH_SERVER "Build with SSH server support" ON)
option(WITH_STATIC_LIB "Build with a static library" OFF)