~singpolyma/biboumi

dd552b1e3401fed2bbce61c02fe68f8776d95da3 — Florent Le Coz 9 years ago 28d2446
Link with systemd instead of systemd-daemon
1 files changed, 1 insertions(+), 1 deletions(-)

M cmake/Modules/FindSystemdDaemon.cmake
M cmake/Modules/FindSystemdDaemon.cmake => cmake/Modules/FindSystemdDaemon.cmake +1 -1
@@ 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