diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-04-19 22:02:00 +0200 |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2012-04-19 22:02:00 +0200 |
commit | 4b3247133eb89ab1ff991ca2f85f8898b235dd72 (patch) | |
tree | 742046db03136a19733569d4b42742d6acc7bc46 /CMakeLists.txt | |
parent | fa2f63ef8e602b8fffe4bd0d9d974722cef3142e (diff) | |
download | extra-cmake-modules-4b3247133eb89ab1ff991ca2f85f8898b235dd72.tar.gz extra-cmake-modules-4b3247133eb89ab1ff991ca2f85f8898b235dd72.tar.bz2 |
require cmake 2.8.8 now
Alex
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 d6b514a3..3ca946dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.7 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR) project(extra-cmake-modules) |