KDE/kdelibs/cmake/modules
Alexander Neundorf
neundorf at kde.org
Sat May 1 11:23:30 CEST 2010
SVN commit 1121456 by neundorf:
-require CMake 2.6.4 for trunk
Alex
CCMAIL: kde-buildsystem at kde.org
M +1 -1 FindKDE4Internal.cmake
--- trunk/KDE/kdelibs/cmake/modules/FindKDE4Internal.cmake #1121455:1121456
@@ -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)
More information about the Kde-buildsystem
mailing list