From cb5daf602f0e312c2bd1508c2cc8519d74f2da34 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 2 Jan 2009 19:35:21 +0000 Subject: fix error message: KDEVERSION -> KDE_VERSION Alex svn path=/trunk/KDE/kdelibs/; revision=904678 --- modules/FindKDE4Internal.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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) -- cgit v1.2.1