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 a678d4e..8390bf2 100644 --- a/cmake/config.cmake +++ b/cmake/config.cmake @@ -20,6 +20,7 @@ set(WITH_CAPABILITIES ${LINUX} CACHE BOOL "Include support for POSIX capabilitie set(ENABLE_LIBSODIUM FALSE CACHE BOOL "Use libsodium instead of NaCl") set(ENABLE_OPENSSL FALSE CACHE BOOL "Enable crypto implementations using OpenSSL") +set(ENABLE_SYSTEMD FALSE CACHE BOOL "Enable systemd support") 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") |