aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJonathan Riddell <jr@jriddell.org>2014-01-09 18:12:58 +0000
committerJonathan Riddell <jr@jriddell.org>2014-01-09 18:12:58 +0000
commit775755fb53586aa3e1675f784290be986f880773 (patch)
treef6f7edbdabcae0ee3d7dc35077679917317d0323 /CMakeLists.txt
parentba26d97e6132a460f7c6c5bf89cfc69977866a73 (diff)
downloadkconfig-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.txt2
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)