Fix cmake LINUX variable around systemd enabling

pull/1136/head
Jason Rhinelander 4 years ago
parent a8ce76f6e4
commit b87adab438

@ -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