aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2006-05-09 10:04:35 +0000
committerLaurent Montel <montel@kde.org>2006-05-09 10:04:35 +0000
commit574c77d59652e73a40e182834afcae1a82731502 (patch)
treeb9bc779c4d5ca1e64762f8440f0405da6b2a8ee0
parent5e61e9e7d235561ffcf222e086afc1e327c25dc9 (diff)
downloadextra-cmake-modules-574c77d59652e73a40e182834afcae1a82731502.tar.gz
extra-cmake-modules-574c77d59652e73a40e182834afcae1a82731502.tar.bz2
Requires 2.4.1 by default.
svn path=/trunk/KDE/kdelibs/; revision=538916
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 55df5814..64964636 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -179,7 +179,7 @@
INCLUDE (MacroEnsureVersion)
-cmake_minimum_required(VERSION 2.4.0 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.4.1 FATAL_ERROR)
set(QT_MIN_VERSION "4.1.1")
#this line includes FindQt.cmake, which searches the Qt library and headers