diff options
author | Alex Merry <alex.merry@kde.org> | 2014-03-21 17:41:57 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2014-03-24 11:22:23 +0000 |
commit | c018f617f1f0eff18bc144ff05f64ff95f07f573 (patch) | |
tree | 95147834debd14ed1622cb5abcfc305666810b18 /KF5ConfigConfig.cmake.in | |
parent | fb451a380c088f315e60de92288326fc7fdfd394 (diff) | |
download | kconfig-c018f617f1f0eff18bc144ff05f64ff95f07f573.tar.gz kconfig-c018f617f1f0eff18bc144ff05f64ff95f07f573.tar.bz2 |
Remove references to ${_KDE4_KCONFIG_COMPILER_DEP}
Not sure why it would be unset and then used, instead of just not used
at all. LXR says it's not used anywhere else, though.
REVIEW: 116962
Diffstat (limited to 'KF5ConfigConfig.cmake.in')
-rw-r--r-- | KF5ConfigConfig.cmake.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/KF5ConfigConfig.cmake.in b/KF5ConfigConfig.cmake.in index 12ff7c63..b4e5f565 100644 --- a/KF5ConfigConfig.cmake.in +++ b/KF5ConfigConfig.cmake.in @@ -7,5 +7,4 @@ include("${CMAKE_CURRENT_LIST_DIR}/KF5ConfigTargets.cmake") find_dependency(Qt5Xml "@REQUIRED_QT_VERSION@") -unset( _KDE4_KCONFIG_COMPILER_DEP) include("${CMAKE_CURRENT_LIST_DIR}/KF5ConfigMacros.cmake") |