[extra-cmake-modules] /: Require CMake 2.8.12.
Stephen Kelly
steveire at gmail.com
Fri Oct 11 09:39:10 UTC 2013
Git commit 6f4b7ead789b186a1e570366756bf48c34d6ccbf by Stephen Kelly.
Committed on 11/10/2013 at 09:36.
Pushed by skelly into branch 'master'.
Require CMake 2.8.12.
As agreed.
CCMAIL: kde-frameworks-devel at kde.org
M +1 -1 CMakeLists.txt
http://commits.kde.org/extra-cmake-modules/6f4b7ead789b186a1e570366756bf48c34d6ccbf
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ccd6ea2..b425a8f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.11 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
project(extra-cmake-modules NONE)
More information about the Kde-frameworks-devel
mailing list