From 229385955109b866a23c4ac2aa03d4d11044c39d Mon Sep 17 00:00:00 2001 From: "Enrico Loparco (eloparco)" Date: Thu, 24 Jun 2021 09:15:41 +0200 Subject: [HICN-708] Rebase with master Signed-off-by: Enrico Loparco (eloparco) Change-Id: I2122e1d61dd3b2e039972624ffbdbcb3c5610159 --- cmake/Modules/ServiceScript.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/Modules/ServiceScript.cmake') diff --git a/cmake/Modules/ServiceScript.cmake b/cmake/Modules/ServiceScript.cmake index 110aa816b..8e7056a5a 100644 --- a/cmake/Modules/ServiceScript.cmake +++ b/cmake/Modules/ServiceScript.cmake @@ -39,4 +39,4 @@ cmake_parse_arguments(ARG if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" AND ${CMAKE_INSTALL_PREFIX} STREQUAL "/usr") install (FILES ${script} DESTINATION ${SYSTEMD_SERVICE_FOLDER} COMPONENT ${ARG_COMPONENT}) endif() -endmacro(install_service_script) \ No newline at end of file +endmacro(install_service_script) -- cgit 1.2.3-korg