diff options
author | Dirk Mueller <mueller@kde.org> | 2010-01-07 15:44:41 +0000 |
---|---|---|
committer | Dirk Mueller <mueller@kde.org> | 2010-01-07 15:44:41 +0000 |
commit | 026aad30839321091733ed5f168bc022677208b4 (patch) | |
tree | e1f641607154e2511d4e17cc0583397ff07001dd | |
parent | b0f30d9bad00a75d726395c217b1c8a32528c46b (diff) | |
download | extra-cmake-modules-026aad30839321091733ed5f168bc022677208b4.tar.gz extra-cmake-modules-026aad30839321091733ed5f168bc022677208b4.tar.bz2 |
we need 2.6.3 for the shared-desktop-ontologies cmake check
svn path=/branches/KDE/4.4/kdelibs/; revision=1071124
-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) |