aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-08-14 10:25:28 +0200
committerStephen Kelly <steveire@gmail.com>2012-08-14 10:25:41 +0200
commit4b36913d433790b4e8e4262cf481d3db8002ceb5 (patch)
treee228cafedd95e96b1d4db9387f06983f41a3f4a1 /CMakeLists.txt
parent926cce14a83f93a074ebb55b8d98e76b7ae16d2a (diff)
downloadextra-cmake-modules-4b36913d433790b4e8e4262cf481d3db8002ceb5.tar.gz
extra-cmake-modules-4b36913d433790b4e8e4262cf481d3db8002ceb5.tar.bz2
Require CMake 2.8.9.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dd1c04fb..90a07a4e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
project(extra-cmake-modules)