From aebb056a06fcbf07df68514e4688b3ae2e5d0d73 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 11 Feb 2022 16:26:35 +0100 Subject: Drop pkglibexecdir and use native CMake file configuration --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4131f22..faf4341 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -63,4 +63,4 @@ link_directories (${SERVICE_DEPS_LIBRARY_DIRS}) add_executable (${SERVICE_EXEC} main.cpp) target_link_libraries (${SERVICE_EXEC} ${SERVICE_LIB} ${SERVICE_DEPS_LIBRARIES}) -install (TARGETS ${SERVICE_EXEC} RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_PKGLIBEXECDIR}) +install (TARGETS ${SERVICE_EXEC} RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}") -- cgit v1.2.3