Skip to content

Commit

Permalink
Updated comment in systemd.cmake
Browse files Browse the repository at this point in the history
Suggested by serg@mariadb.org
  • Loading branch information
montywi committed Jan 27, 2022
1 parent 020dc54 commit 37886a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/systemd.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MACRO(CHECK_SYSTEMD)
IF(UNIX)
INCLUDE(FindPkgConfig)
# http://www.cmake.org/cmake/help/v3.0/module/FindPkgConfig.html
SET(WITH_SYSTEMD "auto" CACHE STRING "Enable systemd scripts and notification support")
SET(WITH_SYSTEMD "auto" CACHE STRING "Enable systemd scripts and notification support. Allowed values yes/no/auto.")
IF(WITH_SYSTEMD STREQUAL "yes" OR WITH_SYSTEMD STREQUAL "auto")
IF(PKG_CONFIG_FOUND)
IF (NOT DEFINED LIBSYSTEMD_FOUND)
Expand Down

0 comments on commit 37886a2

Please sign in to comment.