aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@kde.org>2015-01-10 17:46:20 +0000
committerAlex Merry <alex.merry@kde.org>2015-01-10 17:46:20 +0000
commit23d21437af6c38673c3fcfb6d7ae45e8220f3406 (patch)
tree4ff6a10af0f2a37900318a4fcbd070f3ba51e0e7 /CMakeLists.txt
parentf3851336aaebc7b10966e12683a9f6a960cac59e (diff)
downloadkconfig-23d21437af6c38673c3fcfb6d7ae45e8220f3406.tar.gz
kconfig-23d21437af6c38673c3fcfb6d7ae45e8220f3406.tar.bz2
Update installation variables.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0fce899b..16b07834 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@ endif()
# create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5Config")
+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Config")
include(ECMPackageConfigHelpers)
@@ -58,7 +58,7 @@ install(EXPORT KF5ConfigTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kconfig_version.h
- DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
+ DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)