From 6931f7e6306111b9f4ddfccb0f4cd84f41bdc273 Mon Sep 17 00:00:00 2001 From: Marijn Kruisselbrink Date: Mon, 1 Sep 2008 17:44:51 +0000 Subject: also update the error message with the new required automoc version CCMAIL: mueller@kde.org svn path=/trunk/KDE/kdelibs/; revision=855909 --- 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 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) -- cgit v1.2.1