diff options
author | Alexander Neundorf <neundorf@kde.org> | 2010-05-01 09:23:29 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2010-05-01 09:23:29 +0000 |
commit | 0f10661bc0c2c9add9c264429648fd33d0a6ece2 (patch) | |
tree | aab403a621493f516e18f27d284c5aecd288cc4b /modules | |
parent | 3718fb1241339f3368a468eb389ff4af5e26f48a (diff) | |
download | extra-cmake-modules-0f10661bc0c2c9add9c264429648fd33d0a6ece2.tar.gz extra-cmake-modules-0f10661bc0c2c9add9c264429648fd33d0a6ece2.tar.bz2 |
-require CMake 2.6.4 for trunk
Alex
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1121456
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 69b0e9f0..440b4005 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -293,7 +293,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.2 FATAL_ERROR) +cmake_minimum_required(VERSION 2.6.4 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) |