diff options
author | Dirk Mueller <mueller@kde.org> | 2010-01-07 15:44:17 +0000 |
---|---|---|
committer | Dirk Mueller <mueller@kde.org> | 2010-01-07 15:44:17 +0000 |
commit | 9ca55bb491d713c96e83b16845e0599f98c05de0 (patch) | |
tree | 5b3e902ba9c060684e1ee488a29dc53dde1e8d9d | |
parent | be71e39f528e26bfc1ff97ef2b615bc515342a05 (diff) | |
download | extra-cmake-modules-9ca55bb491d713c96e83b16845e0599f98c05de0.tar.gz extra-cmake-modules-9ca55bb491d713c96e83b16845e0599f98c05de0.tar.bz2 |
we need 2.6.3 for the shared-desktop-ontologies detection
svn path=/trunk/KDE/kdelibs/; revision=1071123
-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 c6f5599e..672a6db5 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.2 FATAL_ERROR) +cmake_minimum_required(VERSION 2.6.3 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) |