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 /KF5ConfigMacros.cmake | |
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 'KF5ConfigMacros.cmake')
-rw-r--r-- | KF5ConfigMacros.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/KF5ConfigMacros.cmake b/KF5ConfigMacros.cmake index 6bfab0f4..936da985 100644 --- a/KF5ConfigMacros.cmake +++ b/KF5ConfigMacros.cmake @@ -66,7 +66,7 @@ macro (KCONFIG_ADD_KCFG_FILES _sources ) # the command for creating the source file from the kcfg file add_custom_command(OUTPUT ${_header_FILE} ${_src_FILE} - COMMAND KF5::kconfig_compiler_kf5 + COMMAND KF5::kconfig_compiler ARGS ${_kcfg_FILE} ${_tmp_FILE} -d ${CMAKE_CURRENT_BINARY_DIR}/${_rel_PATH} MAIN_DEPENDENCY ${_tmp_FILE} DEPENDS ${_kcfg_FILE}) |