diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-16 11:20:53 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-16 11:20:53 +0100 |
commit | b12fb0e3278c13ea79a4e4354a492f9cfb80ae4f (patch) | |
tree | 02c4bfd8430b91c8a008ae70c4f9bcf0bc3846f3 /src | |
parent | 47544b87b7b41799f0a619bea9755e814709b374 (diff) | |
parent | a9e3f58eefe4ae8c6c0cbf804189982fe37bfff8 (diff) | |
download | ayatana-indicator-power-b12fb0e3278c13ea79a4e4354a492f9cfb80ae4f.tar.gz ayatana-indicator-power-b12fb0e3278c13ea79a4e4354a492f9cfb80ae4f.tar.bz2 ayatana-indicator-power-b12fb0e3278c13ea79a4e4354a492f9cfb80ae4f.zip |
Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'
Attributes GH PR #56: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/56
Diffstat (limited to 'src')
-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 12fa6bb..a98f90e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -46,4 +46,4 @@ link_directories(${SERVICE_DEPS_LIBRARY_DIRS}) # the executable: lib + main() add_executable (${SERVICE_EXEC} main.c) 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}") |