aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@kde.org>2014-04-26 12:09:00 +0100
committerAlex Merry <alex.merry@kde.org>2014-04-26 12:09:00 +0100
commit376fe10aeaba4402aac0e93ed36897f3a97b6578 (patch)
tree94c4057fe224091836cd9ffb88a92ff36889b5d7 /CMakeLists.txt
parent4d5e809148e32501f40000064a06c7c9b0824fd3 (diff)
downloadkconfig-376fe10aeaba4402aac0e93ed36897f3a97b6578.tar.gz
kconfig-376fe10aeaba4402aac0e93ed36897f3a97b6578.tar.bz2
Use KF5_INCLUDE_INSTALL_DIR and KF5_INSTALL_TARGETS_DEFAULT_ARGS
This is instead of INCLUDE_INSTALL_DIR and INSTALL_TARGETS_DEFAULT_ARGS, which will lose the "KF5" suffix from the include path.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a0d8a45..4e78026c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,7 +51,7 @@ install(EXPORT KF5ConfigTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kconfig_version.h
- DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel )
+ DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)