aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/systemd')
-rw-r--r--mpm/systemd/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/mpm/systemd/CMakeLists.txt b/mpm/systemd/CMakeLists.txt
index bd8dded91..008def6bf 100644
--- a/mpm/systemd/CMakeLists.txt
+++ b/mpm/systemd/CMakeLists.txt
@@ -4,18 +4,18 @@
# SPDX-License-Identifier: GPL-3.0
#
-INCLUDE(FindPkgConfig)
+include(FindPkgConfig)
PKG_CHECK_MODULES(SYSTEMD "systemd" REQUIRED)
PKG_GET_VARIABLE(SYSTEMD_SYSTEM_UNITDIR systemd systemdsystemunitdir)
-MESSAGE(STATUS "Systemd system unit directory ${SYSTEMD_SYSTEM_UNITDIR}")
+message(STATUS "Systemd system unit directory ${SYSTEMD_SYSTEM_UNITDIR}")
-CONFIGURE_FILE(
+configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/usrp-hwd.service.in
${CMAKE_CURRENT_BINARY_DIR}/usrp-hwd.service
)
-INSTALL(FILES
+install(FILES
${CMAKE_CURRENT_BINARY_DIR}/usrp-hwd.service
DESTINATION ${SYSTEMD_SYSTEM_UNITDIR}
)