diff options
author | Alex Merry <alex.merry@kde.org> | 2014-03-23 14:38:14 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2014-03-24 11:49:49 +0000 |
commit | 892e693f616297a91835d3d79353926b96bd1201 (patch) | |
tree | 1e6ab41eceafae9f65d997cb3b0959e6e66c961f /CMakeLists.txt | |
parent | a9ac60da055e108d153e265190ebd870cecb9f6f (diff) | |
download | kconfig-892e693f616297a91835d3d79353926b96bd1201.tar.gz kconfig-892e693f616297a91835d3d79353926b96bd1201.tar.bz2 |
Rename the kconfig_compiler_kf5 target to kconfig_compiler
Just because the executable has the "_kf5" suffix, that does not mean
the target should have it. This is ugly API, and will be unnecessary
porting effort for KF6.
REVIEW: 116995
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 417cd9cb..3928a462 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,10 +25,6 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCONFIG SOVERSION 5) -# Needed for the tests or examples to build correctly -set(KConfig_KCFGC_EXECUTABLE kconfig_compiler_kf5) -include(KF5ConfigMacros.cmake) - add_subdirectory(src) add_subdirectory(autotests) |