[kdelibs/frameworks] /: Require CMake 2.8.11 RC1

Stephen Kelly steveire at gmail.com
Sat Mar 16 11:08:37 UTC 2013


Git commit a72b57eacd05f70057147010245f3474963c9918 by Stephen Kelly.
Committed on 16/03/2013 at 12:02.
Pushed by skelly into branch 'frameworks'.

Require CMake 2.8.11 RC1

The version I've changed the requirement to is not actually the RC1,
but the version build.kde.org happens to have at the moment.

 http://build.kde.org/job/cmake/lastSuccessfulBuild/

This version requirement will be bumped as new release candidates
come out, so it makes sense to run cmake master until the final
release is made available at least, as the wiki already recommends.

Followup commits will make use of the new features in this release.

CCMAIL: kde-frameworks-devel at kde.org

M  +1    -1    CMakeLists.txt
M  +1    -1    libkdeqt5staging/CMakeLists.txt
M  +1    -1    staging/frameworkintegration/CMakeLists.txt
M  +1    -1    staging/kde4support/CMakeLists.txt
M  +1    -1    staging/kemoticons/CMakeLists.txt
M  +1    -1    staging/kguiaddons/CMakeLists.txt
M  +1    -1    staging/ki18n/CMakeLists.txt
M  +1    -1    staging/kinterprocesswindowing/CMakeLists.txt
M  +1    -1    staging/kio/CMakeLists.txt
M  +1    -1    staging/kservice/CMakeLists.txt
M  +1    -1    staging/kwidgets/CMakeLists.txt
M  +1    -1    staging/sonnet/CMakeLists.txt
M  +1    -1    superbuild/CMakeLists.txt
M  +1    -1    tier1/CMakeLists.txt
M  +1    -1    tier1/itemmodels/CMakeLists.txt
M  +1    -1    tier1/itemmodels/autotests/bihash/CMakeLists.txt
M  +1    -1    tier1/itemmodels/autotests/proxymodeltestsuite/CMakeLists.txt
M  +1    -1    tier1/karchive/CMakeLists.txt
M  +1    -1    tier1/kcodecs/CMakeLists.txt
M  +1    -1    tier1/kcoreaddons/CMakeLists.txt
M  +1    -1    tier1/kdbusaddons/CMakeLists.txt
M  +1    -1    tier1/kidletime/CMakeLists.txt
M  +1    -1    tier1/kjs/CMakeLists.txt
M  +1    -1    tier1/kplotting/CMakeLists.txt
M  +1    -1    tier1/kwidgetsaddons/CMakeLists.txt
M  +1    -1    tier1/kwindowsystem/CMakeLists.txt
M  +1    -1    tier1/solid/CMakeLists.txt
M  +1    -1    tier1/threadweaver/CMakeLists.txt
M  +1    -1    tier2/kauth/CMakeLists.txt
M  +1    -1    tier2/kconfig/CMakeLists.txt

http://commits.kde.org/kdelibs/a72b57eacd05f70057147010245f3474963c9918

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a0d92b3..a0c4d3f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(kdelibs)
 
diff --git a/libkdeqt5staging/CMakeLists.txt b/libkdeqt5staging/CMakeLists.txt
index ad9373e..54a029a 100644
--- a/libkdeqt5staging/CMakeLists.txt
+++ b/libkdeqt5staging/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(kdeqt5staging)
 
diff --git a/staging/frameworkintegration/CMakeLists.txt b/staging/frameworkintegration/CMakeLists.txt
index 3633e06..18154dc 100644
--- a/staging/frameworkintegration/CMakeLists.txt
+++ b/staging/frameworkintegration/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(frameworkintegration)
 
diff --git a/staging/kde4support/CMakeLists.txt b/staging/kde4support/CMakeLists.txt
index 1a2c203..9d83bf8 100644
--- a/staging/kde4support/CMakeLists.txt
+++ b/staging/kde4support/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(kde4support)
 
diff --git a/staging/kemoticons/CMakeLists.txt b/staging/kemoticons/CMakeLists.txt
index 1218e48..516e1c5 100644
--- a/staging/kemoticons/CMakeLists.txt
+++ b/staging/kemoticons/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(kemoticons)
 
diff --git a/staging/kguiaddons/CMakeLists.txt b/staging/kguiaddons/CMakeLists.txt
index c9209de..c4b9f39 100644
--- a/staging/kguiaddons/CMakeLists.txt
+++ b/staging/kguiaddons/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(kguiaddons)
 
diff --git a/staging/ki18n/CMakeLists.txt b/staging/ki18n/CMakeLists.txt
index f39f2d7..cec98c7 100644
--- a/staging/ki18n/CMakeLists.txt
+++ b/staging/ki18n/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(ki18n)
 
diff --git a/staging/kinterprocesswindowing/CMakeLists.txt b/staging/kinterprocesswindowing/CMakeLists.txt
index 88893f4..5fb76ea 100644
--- a/staging/kinterprocesswindowing/CMakeLists.txt
+++ b/staging/kinterprocesswindowing/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(kinterprocesswindowing)
 
diff --git a/staging/kio/CMakeLists.txt b/staging/kio/CMakeLists.txt
index 6e6462a..afd4695 100644
--- a/staging/kio/CMakeLists.txt
+++ b/staging/kio/CMakeLists.txt
@@ -1,5 +1,5 @@
 
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(kio)
 
diff --git a/staging/kservice/CMakeLists.txt b/staging/kservice/CMakeLists.txt
index c32509d..222c556 100644
--- a/staging/kservice/CMakeLists.txt
+++ b/staging/kservice/CMakeLists.txt
@@ -1,5 +1,5 @@
 
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(kservice)
 
diff --git a/staging/kwidgets/CMakeLists.txt b/staging/kwidgets/CMakeLists.txt
index 2fd7c92..aa202a4 100644
--- a/staging/kwidgets/CMakeLists.txt
+++ b/staging/kwidgets/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(kwidgets)
 
diff --git a/staging/sonnet/CMakeLists.txt b/staging/sonnet/CMakeLists.txt
index a3a9eab..3d3328b 100644
--- a/staging/sonnet/CMakeLists.txt
+++ b/staging/sonnet/CMakeLists.txt
@@ -1,5 +1,5 @@
 
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(sonnet)
 
diff --git a/superbuild/CMakeLists.txt b/superbuild/CMakeLists.txt
index e27c6ad..7fc299d 100644
--- a/superbuild/CMakeLists.txt
+++ b/superbuild/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 include(SuperBuild.cmake)
 
diff --git a/tier1/CMakeLists.txt b/tier1/CMakeLists.txt
index 6190f94..b9822a4 100644
--- a/tier1/CMakeLists.txt
+++ b/tier1/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(tier1)
 
diff --git a/tier1/itemmodels/CMakeLists.txt b/tier1/itemmodels/CMakeLists.txt
index d7b3243..a8ca329 100644
--- a/tier1/itemmodels/CMakeLists.txt
+++ b/tier1/itemmodels/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(ItemModels)
 
diff --git a/tier1/itemmodels/autotests/bihash/CMakeLists.txt b/tier1/itemmodels/autotests/bihash/CMakeLists.txt
index 276b9f7..8e39219 100644
--- a/tier1/itemmodels/autotests/bihash/CMakeLists.txt
+++ b/tier1/itemmodels/autotests/bihash/CMakeLists.txt
@@ -1,6 +1,6 @@
 project(bihash_test)
 
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 find_package(Qt4)
 
diff --git a/tier1/itemmodels/autotests/proxymodeltestsuite/CMakeLists.txt b/tier1/itemmodels/autotests/proxymodeltestsuite/CMakeLists.txt
index 32a0557..626096f 100644
--- a/tier1/itemmodels/autotests/proxymodeltestsuite/CMakeLists.txt
+++ b/tier1/itemmodels/autotests/proxymodeltestsuite/CMakeLists.txt
@@ -7,7 +7,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
 
   find_package(Qt4 REQUIRED)
   find_package(Automoc4 REQUIRED)
-  cmake_minimum_required(VERSION 2.8.10.1)
+  cmake_minimum_required(VERSION 2.8.10.20130309)
 endif()
 
 include_directories(
diff --git a/tier1/karchive/CMakeLists.txt b/tier1/karchive/CMakeLists.txt
index e97c6a1..21285d5 100644
--- a/tier1/karchive/CMakeLists.txt
+++ b/tier1/karchive/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(KArchive)
 
diff --git a/tier1/kcodecs/CMakeLists.txt b/tier1/kcodecs/CMakeLists.txt
index 0169ff27..679e0b2 100644
--- a/tier1/kcodecs/CMakeLists.txt
+++ b/tier1/kcodecs/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(KCodecs)
 
diff --git a/tier1/kcoreaddons/CMakeLists.txt b/tier1/kcoreaddons/CMakeLists.txt
index 5abee61..0413b9d 100644
--- a/tier1/kcoreaddons/CMakeLists.txt
+++ b/tier1/kcoreaddons/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(KCoreAddons)
 
diff --git a/tier1/kdbusaddons/CMakeLists.txt b/tier1/kdbusaddons/CMakeLists.txt
index b8ad7a3..733bf65 100644
--- a/tier1/kdbusaddons/CMakeLists.txt
+++ b/tier1/kdbusaddons/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(KDBusAddons)
 
diff --git a/tier1/kidletime/CMakeLists.txt b/tier1/kidletime/CMakeLists.txt
index 10c6a8c..01789f1 100644
--- a/tier1/kidletime/CMakeLists.txt
+++ b/tier1/kidletime/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(KIdleTime)
 
diff --git a/tier1/kjs/CMakeLists.txt b/tier1/kjs/CMakeLists.txt
index efa1b9c..09bbf4f 100644
--- a/tier1/kjs/CMakeLists.txt
+++ b/tier1/kjs/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(kjs)
 
diff --git a/tier1/kplotting/CMakeLists.txt b/tier1/kplotting/CMakeLists.txt
index f28e3d0..8a5719c 100644
--- a/tier1/kplotting/CMakeLists.txt
+++ b/tier1/kplotting/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(KPlotting)
 
diff --git a/tier1/kwidgetsaddons/CMakeLists.txt b/tier1/kwidgetsaddons/CMakeLists.txt
index 9912672..776dc3f 100644
--- a/tier1/kwidgetsaddons/CMakeLists.txt
+++ b/tier1/kwidgetsaddons/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(KWidgetsAddons)
 
diff --git a/tier1/kwindowsystem/CMakeLists.txt b/tier1/kwindowsystem/CMakeLists.txt
index 717a401..f8582e4 100644
--- a/tier1/kwindowsystem/CMakeLists.txt
+++ b/tier1/kwindowsystem/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(KWindowSystem)
 
diff --git a/tier1/solid/CMakeLists.txt b/tier1/solid/CMakeLists.txt
index 75b5981..d925f74 100644
--- a/tier1/solid/CMakeLists.txt
+++ b/tier1/solid/CMakeLists.txt
@@ -1,5 +1,5 @@
 
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(Solid)
 
diff --git a/tier1/threadweaver/CMakeLists.txt b/tier1/threadweaver/CMakeLists.txt
index 47dbea6..6ae41b8 100644
--- a/tier1/threadweaver/CMakeLists.txt
+++ b/tier1/threadweaver/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(ThreadWeaver)
 
diff --git a/tier2/kauth/CMakeLists.txt b/tier2/kauth/CMakeLists.txt
index b34b2be..718fe7f 100644
--- a/tier2/kauth/CMakeLists.txt
+++ b/tier2/kauth/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(KAuth)
 
diff --git a/tier2/kconfig/CMakeLists.txt b/tier2/kconfig/CMakeLists.txt
index 26d1c23..1eaec4f 100644
--- a/tier2/kconfig/CMakeLists.txt
+++ b/tier2/kconfig/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1)
+cmake_minimum_required(VERSION 2.8.10.20130309)
 
 project(KConfig)
 


More information about the Kde-frameworks-devel mailing list