diff options
author | Alex Merry <alex.merry@kde.org> | 2014-04-26 12:09:00 +0100 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2014-04-26 12:09:00 +0100 |
commit | 376fe10aeaba4402aac0e93ed36897f3a97b6578 (patch) | |
tree | 94c4057fe224091836cd9ffb88a92ff36889b5d7 /src/kconfig_compiler | |
parent | 4d5e809148e32501f40000064a06c7c9b0824fd3 (diff) | |
download | kconfig-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 'src/kconfig_compiler')
-rw-r--r-- | src/kconfig_compiler/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kconfig_compiler/CMakeLists.txt b/src/kconfig_compiler/CMakeLists.txt index 24bced26..ec4a7335 100644 --- a/src/kconfig_compiler/CMakeLists.txt +++ b/src/kconfig_compiler/CMakeLists.txt @@ -13,4 +13,4 @@ find_package(Qt5Xml 5.2.0 REQUIRED NO_MODULE) target_link_libraries(kconfig_compiler Qt5::Xml) -install(TARGETS kconfig_compiler EXPORT KF5ConfigTargets ${INSTALL_TARGETS_DEFAULT_ARGS}) +install(TARGETS kconfig_compiler EXPORT KF5ConfigTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) |