diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/FindSystemdDaemon.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindSystemdDaemon.cmake b/cmake/Modules/FindSystemdDaemon.cmake index b653889..441ac47 100644 --- a/cmake/Modules/FindSystemdDaemon.cmake +++ b/cmake/Modules/FindSystemdDaemon.cmake @@ -18,7 +18,7 @@ find_path(SYSTEMDDAEMON_INCLUDE_DIRS NAMES systemd/sd-daemon.h DOC "The Systemd Daemon include directory") -find_library(SYSTEMDDAEMON_LIBRARIES NAMES systemd-daemon +find_library(SYSTEMDDAEMON_LIBRARIES NAMES systemd DOC "The Systemd Daemon library") # Use some standard module to handle the QUIETLY and REQUIRED arguments, and |