aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-01-02 19:35:21 +0000
committerAlexander Neundorf <neundorf@kde.org>2009-01-02 19:35:21 +0000
commitcb5daf602f0e312c2bd1508c2cc8519d74f2da34 (patch)
tree026c14d8f86b2b95dc63e31fa381d2dc85ab2a90
parent26c3c040c23e00ad5cdf4053429870365d0097f2 (diff)
downloadextra-cmake-modules-cb5daf602f0e312c2bd1508c2cc8519d74f2da34.tar.gz
extra-cmake-modules-cb5daf602f0e312c2bd1508c2cc8519d74f2da34.tar.bz2
fix error message: KDEVERSION -> KDE_VERSION
Alex svn path=/trunk/KDE/kdelibs/; revision=904678
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 563aeaee..4d6a0ad7 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -1189,7 +1189,7 @@ if (KDE4Internal_FIND_REQUIRED AND NOT KDE4_FOUND)
#bail out if something wasn't found
kde4_print_results()
if (NOT KDE4_INSTALLED_VERSION_OK)
- message(FATAL_ERROR "ERROR: the installed kdelibs version ${KDEVERSION} is too old, at least version ${KDE_MIN_VERSION} is required")
+ message(FATAL_ERROR "ERROR: the installed kdelibs version ${KDE_VERSION} is too old, at least version ${KDE_MIN_VERSION} is required")
endif (NOT KDE4_INSTALLED_VERSION_OK)
if (NOT KDE4_KCFGC_EXECUTABLE)