aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-04-19 12:58:16 +0200
committerStephen Kelly <steveire@gmail.com>2013-04-19 12:58:16 +0200
commitef1db5ed994e13b6a5531311ff35341a244869bf (patch)
treecde9d614cd32286b7becb1a82e72ccf2492bdf20 /CMakeLists.txt
parent4d9152861f6da73a6c1e3cd4601a72fb0e3b1417 (diff)
downloadextra-cmake-modules-ef1db5ed994e13b6a5531311ff35341a244869bf.tar.gz
extra-cmake-modules-ef1db5ed994e13b6a5531311ff35341a244869bf.tar.bz2
Increase the minimal cmake version.
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 daffcc83..611a78a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.10.20130405 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.10.20130411 FATAL_ERROR)
project(extra-cmake-modules)