diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-04-30 02:03:24 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-04-30 02:03:24 +0200 |
commit | dd552b1e3401fed2bbce61c02fe68f8776d95da3 (patch) | |
tree | 1ad1cec77bbad74b4c71f246d399b315c2c08697 /cmake | |
parent | 28d244631d10d10d813e068605b2aeda0e49e36e (diff) | |
download | biboumi-dd552b1e3401fed2bbce61c02fe68f8776d95da3.tar.gz biboumi-dd552b1e3401fed2bbce61c02fe68f8776d95da3.tar.bz2 biboumi-dd552b1e3401fed2bbce61c02fe68f8776d95da3.tar.xz biboumi-dd552b1e3401fed2bbce61c02fe68f8776d95da3.zip |
Link with systemd instead of systemd-daemon
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 |