Skip to content

Commit fad9ab5

Browse files
committed
Missing link systemd lib
1 parent 1118d39 commit fad9ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ endif()
128128

129129
if (ENABLE_USE_SYSTEMD_LOG)
130130
add_definitions(-DUSE_SYSTEMD_LOGGING)
131+
link_libraries(systemd)
131132
endif()
132133

133134
################################################################################

0 commit comments

Comments
 (0)