diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 57bdc4b..b7e91aa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -31,5 +31,5 @@ target_link_libraries(${SERVICE_EXEC} install( TARGETS ${SERVICE_EXEC} - RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_PKGLIBEXECDIR} + RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}" ) |