diff options
author | Jonathan Riddell <jr@jriddell.org> | 2014-01-09 18:12:58 +0000 |
---|---|---|
committer | Jonathan Riddell <jr@jriddell.org> | 2014-01-09 18:12:58 +0000 |
commit | 775755fb53586aa3e1675f784290be986f880773 (patch) | |
tree | f6f7edbdabcae0ee3d7dc35077679917317d0323 /CMakeLists.txt | |
parent | ba26d97e6132a460f7c6c5bf89cfc69977866a73 (diff) | |
download | kconfig-775755fb53586aa3e1675f784290be986f880773.tar.gz kconfig-775755fb53586aa3e1675f784290be986f880773.tar.bz2 |
further rename of kconfig_compiler to kconfig_compiler_kf5
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f9be22de..b794b4b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCONFIG # Needed for the tests or examples to build correctly -set(KConfig_KCFGC_EXECUTABLE kconfig_compiler) +set(KConfig_KCFGC_EXECUTABLE kconfig_compiler_kf5) include(KF5ConfigMacros.cmake) add_subdirectory(src) |