aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-03-16 11:52:53 +0100
committerStephen Kelly <steveire@gmail.com>2013-03-16 11:52:53 +0100
commita783caa80626b8cd5d90db1f9c0b560dc9310c38 (patch)
tree35fb4e69938f5e60e95241bd5eb40d05148b68f0 /CMakeLists.txt
parenta667c2d45d041f2dc365a7ca82a27355aed0b1cc (diff)
downloadextra-cmake-modules-a783caa80626b8cd5d90db1f9c0b560dc9310c38.tar.gz
extra-cmake-modules-a783caa80626b8cd5d90db1f9c0b560dc9310c38.tar.bz2
Require the newest CMake.
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 abd96d77..f23ceb85 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.1 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.10.20130309 FATAL_ERROR)
project(extra-cmake-modules)