summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2021-07-30 14:17:20 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2021-10-05 11:07:37 +0900
commit4e8d1b82e4530baf1d4a4d6a56d3868b83f2bf65 (patch)
treef00539704182ae0247bd8fc8cb0c35e89a8b6eb4
parent851457b6c52f30848e241ac8b8706557f6f84f10 (diff)
downloadDLT-daemon-4e8d1b82e4530baf1d4a4d6a56d3868b83f2bf65.tar.gz
cmake: Set empty to systemd_SRCS
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1102fe3..57ab9a0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -230,6 +230,8 @@ if(WITH_SYSTEMD OR WITH_SYSTEMD_WATCHDOG OR WITH_SYSTEMD_JOURNAL)
"Set directory to install systemd unit files")
add_subdirectory(systemd)
+else()
+ set(systemd_SRCS "")
endif()
if(WITH_DLT_LOGSTORAGE_CTRL_UDEV)