aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRex Dieter <rdieter@math.unl.edu>2015-10-20 06:55:03 -0500
committerRex Dieter <rdieter@math.unl.edu>2015-10-20 06:55:03 -0500
commit0cb0ecf8001d62ae0977c6f48f1807de45de314a (patch)
treebde7c668dcb9f225fb5fe1fd042d29477d7ac748
parentc79edee12bfc7ef50ce9587ce2beb419b3e14f45 (diff)
downloadkconfig-0cb0ecf8001d62ae0977c6f48f1807de45de314a.tar.gz
kconfig-0cb0ecf8001d62ae0977c6f48f1807de45de314a.tar.bz2
use KDE_INSTALL_FULL_ variant, so there is no ambiguity
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 3d8d4cb8..0ad24b94 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -21,7 +21,7 @@ add_library(KF5::ConfigCore ALIAS KF5ConfigCore)
target_compile_definitions(KF5ConfigCore
PRIVATE
- KCONF_UPDATE_INSTALL_LOCATION="${CMAKE_INSTALL_PREFIX}/${KDE_INSTALL_LIBEXECDIR_KF5}/$<TARGET_FILE_NAME:KF5::kconf_update>"
+ KCONF_UPDATE_INSTALL_LOCATION="${KDE_INSTALL_FULL_LIBEXECDIR_KF5}/$<TARGET_FILE_NAME:KF5::kconf_update>"
)
target_include_directories(KF5ConfigCore INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KConfigCore>")