Merge pull request #1136 from jagerman/fix-cmake-linux-var

Fix cmake LINUX variable around systemd enabling
pull/1137/head
Jason Rhinelander 4 years ago committed by GitHub
commit 54236cde9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -226,7 +226,7 @@ if(JEMALLOC)
endif(JEMALLOC)
if (Linux)
if (LINUX)
pkg_check_modules(SD libsystemd)
# Default WITH_SYSTEMD to true if we found it
option(WITH_SYSTEMD "enable systemd integration for sd_notify" ${SD_FOUND})

Loading…
Cancel
Save