aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Mueller <mueller@kde.org>2008-09-01 14:43:44 +0000
committerDirk Mueller <mueller@kde.org>2008-09-01 14:43:44 +0000
commit38992ee64c9f4b9add12de816d209970916fe63f (patch)
treee20d5f1fff6bb6b4f811471db08c9b6a1e5cb3db
parent6579d816eaadbefc0cfc81486436937e9e65d5ac (diff)
downloadextra-cmake-modules-38992ee64c9f4b9add12de816d209970916fe63f.tar.gz
extra-cmake-modules-38992ee64c9f4b9add12de816d209970916fe63f.tar.bz2
bump automoc4 version requirement to match reality - can't
build trunk anymore with that old version svn path=/trunk/KDE/kdelibs/; revision=855822
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index a41be4aa..25acac36 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -283,7 +283,7 @@ if (NOT AUTOMOC4_VERSION)
# the version macro was added for 0.9.84
set(AUTOMOC4_VERSION "0.9.83")
endif (NOT AUTOMOC4_VERSION)
-macro_ensure_version("0.9.84" "${AUTOMOC4_VERSION}" _automoc4_version_ok)
+macro_ensure_version("0.9.87" "${AUTOMOC4_VERSION}" _automoc4_version_ok)
# for compatibility with KDE 4.0.x
set(KDE4_AUTOMOC_EXECUTABLE "${AUTOMOC4_EXECUTABLE}" )