Skip to content

Commit

Permalink
[CMake] Fix systemd dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Apr 11, 2017
1 parent c755af9 commit 9c8ac9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindSystemd.cmake
Expand Up @@ -14,7 +14,7 @@ find_path( SYSTEMD_INCLUDE_DIR systemd/sd-daemon.h
PATH_SUFFIXES include
)

find_library( SYSTEMD_LIBRARY systemd-daemon
find_library( SYSTEMD_LIBRARY systemd
HINTS
${SYSTEMD_DIR}
$ENV{SYSTEMD_DIR}
Expand Down

0 comments on commit 9c8ac9c

Please sign in to comment.