diff options
Diffstat (limited to 'cmake/config.cmake')
-rw-r--r-- | cmake/config.cmake | 1 |
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") |