diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-10-11 11:36:30 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-10-11 11:36:30 +0200 |
commit | 6f4b7ead789b186a1e570366756bf48c34d6ccbf (patch) | |
tree | c66deee8621967f32c4e9142229e3b05c3bd997e /CMakeLists.txt | |
parent | 48d7bc3c54af64b53564b27efaf92954ebe5e9f7 (diff) | |
download | extra-cmake-modules-6f4b7ead789b186a1e570366756bf48c34d6ccbf.tar.gz extra-cmake-modules-6f4b7ead789b186a1e570366756bf48c34d6ccbf.tar.bz2 |
Require CMake 2.8.12.
As agreed.
CCMAIL: kde-frameworks-devel@kde.org
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ccd6ea22..b425a8ff 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) |