Skip to content

Commit

Permalink
cmake: Fix CMP0002 policy violation in systemd
Browse files Browse the repository at this point in the history
Signed-off-by: LUU QUANG MINH <Minh.LuuQuang@vn.bosch.com>
  • Loading branch information
LUU QUANG MINH authored and LUU QUANG MINH committed Aug 23, 2023
1 parent 22d394f commit a09fd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if(WITH_SYSTEMD)
message( STATUS "Configured systemd unit file:dlt-adaptor-udp.service" )
message(STATUS "DLT adaptor udp configuration: APPID=${DLT_ADAPTOR_UDP_APPID} CTID=${DLT_ADAPTOR_UDP_CTID} PORT=${DLT_ADAPTOR_UDP_PORT}" )
install(FILES ${PROJECT_BINARY_DIR}/systemd/dlt-adaptor-udp.service DESTINATION ${SYSTEMD_CONFIGURATIONS_FILES_DIR} )
endif(WITH_DLT_ADAPTOR_UDP)
endif()

if (WITH_SYSTEMD_SOCKET_ACTIVATION)
configure_file(${PROJECT_SOURCE_DIR}/systemd/dlt.socket.cmake ${PROJECT_BINARY_DIR}/systemd/dlt.socket)
Expand Down

0 comments on commit a09fd88

Please sign in to comment.