aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2010-01-07 17:53:58 +0000
committerAlexander Neundorf <neundorf@kde.org>2010-01-07 17:53:58 +0000
commitb22257ac18459a4dfbd6a42e0ac14472cd8f13ea (patch)
treebdba5a2ff4870d3010074a223cef974d96753a5d
parent9ca55bb491d713c96e83b16845e0599f98c05de0 (diff)
downloadextra-cmake-modules-b22257ac18459a4dfbd6a42e0ac14472cd8f13ea.tar.gz
extra-cmake-modules-b22257ac18459a4dfbd6a42e0ac14472cd8f13ea.tar.bz2
we require CMake 2.6.2 or KDE, nothing else has been announced, discussed or even suggested
Alex CCMAIL: kde-buildsystem@kde.org CCMAIL: mueller@kde.org svn path=/trunk/KDE/kdelibs/; revision=1071192
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 672a6db5..c6f5599e 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -275,7 +275,7 @@
# this is required now by cmake 2.6 and so must not be skipped by if(KDE4_FOUND) below
-cmake_minimum_required(VERSION 2.6.3 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR)
# set the cmake policies to the 2.4.x compatibility settings (may change for KDE 4.3)
cmake_policy(VERSION 2.4.5)