aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Kruisselbrink <m.kruisselbrink@student.tue.nl>2008-09-01 17:44:51 +0000
committerMarijn Kruisselbrink <m.kruisselbrink@student.tue.nl>2008-09-01 17:44:51 +0000
commit6931f7e6306111b9f4ddfccb0f4cd84f41bdc273 (patch)
tree18303c5d615c3e53181ddca2d72df01aaa6900b7
parent38992ee64c9f4b9add12de816d209970916fe63f (diff)
downloadextra-cmake-modules-6931f7e6306111b9f4ddfccb0f4cd84f41bdc273.tar.gz
extra-cmake-modules-6931f7e6306111b9f4ddfccb0f4cd84f41bdc273.tar.bz2
also update the error message with the new required automoc version
CCMAIL: mueller@kde.org svn path=/trunk/KDE/kdelibs/; revision=855909
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 25acac36..36154b60 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -313,7 +313,7 @@ if(NOT AUTOMOC4_FOUND OR NOT _automoc4_version_ok)
return()
else(NOT AUTOMOC4_FOUND)
if(NOT _automoc4_version_ok)
- message(${_REQ_STRING_KDE4_MESSAGE} "Your version of automoc4 is too old. You have ${AUTOMOC4_VERSION}, you need at least 0.9.84")
+ message(${_REQ_STRING_KDE4_MESSAGE} "Your version of automoc4 is too old. You have ${AUTOMOC4_VERSION}, you need at least 0.9.87")
return()
endif(NOT _automoc4_version_ok)
endif(NOT AUTOMOC4_FOUND)