We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32170ca commit ba4d0a1Copy full SHA for ba4d0a1
cmake/systemd.cmake
@@ -18,7 +18,7 @@ INCLUDE(FindPkgConfig)
18
19
MACRO(CHECK_SYSTEMD)
20
IF(UNIX)
21
- SET(WITH_SYSTEMD "auto" CACHE STRING "Compile with systemd socket activation and notification")
+ SET(WITH_SYSTEMD "auto" CACHE STRING "Enable systemd scripts and notification support")
22
IF(WITH_SYSTEMD STREQUAL "yes" OR WITH_SYSTEMD STREQUAL "auto")
23
IF(PKG_CONFIG_FOUND)
24
IF(WITH_SYSTEMD STREQUAL "yes")
0 commit comments