diff options
author | Robert Tari <robert@tari.in> | 2021-08-03 23:39:42 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-04 16:05:30 +0200 |
commit | 2ea849e4fab52d0b7baf5e2f3bc18a3169be44eb (patch) | |
tree | 47ab5eff204d43c790f2db4ce2e18c1ab92fff08 /src/CMakeLists.txt | |
parent | 3675599ecfc3320f97057057da46e78b95d362bb (diff) | |
download | ayatana-indicator-bluetooth-2ea849e4fab52d0b7baf5e2f3bc18a3169be44eb.tar.gz ayatana-indicator-bluetooth-2ea849e4fab52d0b7baf5e2f3bc18a3169be44eb.tar.bz2 ayatana-indicator-bluetooth-2ea849e4fab52d0b7baf5e2f3bc18a3169be44eb.zip |
Use CMAKE_INSTALL_FULL_*DIR locations for installation
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 ab71b9d..90a4732 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -168,7 +168,7 @@ target_link_libraries( install( TARGETS ayatana-indicator-bluetooth-service-bin - RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/ayatana-indicator-bluetooth/ + RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_LIBEXECDIR}/ayatana-indicator-bluetooth/ ) # coverage reporting |