summaryrefslogtreecommitdiffstats
path: root/cmake/config.cmake
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-03-25 06:14:13 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-03-25 06:14:13 +0100
commitb97deaecc5743c40a6ea3301ba4f2f09af912cb8 (patch)
tree570da462129bec5a5d8865da3863f8302d829869 /cmake/config.cmake
parent2a1ad90ae34ad461c80fd52f6ea00bd8cb5c984a (diff)
downloadfastd-b97deaecc5743c40a6ea3301ba4f2f09af912cb8.tar
fastd-b97deaecc5743c40a6ea3301ba4f2f09af912cb8.zip
Don't depend on libsystemd-daemon for systemd integration, always use systemd integration on Linux
Diffstat (limited to 'cmake/config.cmake')
-rw-r--r--cmake/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config.cmake b/cmake/config.cmake
index 8390bf2..e7e0f42 100644
--- a/cmake/config.cmake
+++ b/cmake/config.cmake
@@ -9,6 +9,7 @@ set(USE_BINDTODEVICE ${LINUX})
set(USE_PMTU ${LINUX})
set(USE_PKTINFO ${LINUX})
set(USE_PACKET_MARK ${LINUX})
+set(USE_SYSTEMD ${LINUX})
if(${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD")
set(USE_MULTIAF_BIND FALSE)
@@ -20,7 +21,6 @@ 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")