summaryrefslogtreecommitdiffstats
path: root/cmake/config.cmake
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-11-15 21:52:45 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-11-15 21:52:45 +0100
commit3d00ddf2968711d071b537b27c3ec208b584cbdc (patch)
tree4f62485d3d51764694b802864e695434b73c62c2 /cmake/config.cmake
parentefdd366144118b5f1a7bcef983a1888975aeefa0 (diff)
downloadfastd-3d00ddf2968711d071b537b27c3ec208b584cbdc.tar
fastd-3d00ddf2968711d071b537b27c3ec208b584cbdc.zip
Allow using blowfish from OpenSSL on systems where it's available anyways
Diffstat (limited to 'cmake/config.cmake')
-rw-r--r--cmake/config.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config.cmake b/cmake/config.cmake
index cc5ca01..110ad1a 100644
--- a/cmake/config.cmake
+++ b/cmake/config.cmake
@@ -18,6 +18,7 @@ endif()
set(WITH_CAPABILITIES ${LINUX} CACHE BOOL "Include support for POSIX capabilities")
set(USE_LIBSODIUM FALSE CACHE BOOL "Use libsodium instead of NaCl")
+set(USE_OPENSSL FALSE CACHE BOOL "Use OpenSSL")
set(WITH_CMDLINE_USER TRUE CACHE BOOL "Include support for setting user/group related options on the command line")
set(WITH_CMDLINE_LOGGING TRUE CACHE BOOL "Include support for setting logging related options on the command line")