diff --git a/CMakeLists.txt b/CMakeLists.txt index 11735f0b68052022663abcf74ea7471868703e48..f43940d271f387b3e823f737be952bbc90066519 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -632,7 +632,7 @@ else() ${DBUS_ADAPTOR_FILES} ) target_link_libraries(jamid ${PROJECT_NAME} PkgConfig::DBusCpp) - install (TARGETS jamid) + install (TARGETS jamid DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}) endif() endif()