diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-04-19 12:58:16 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-04-19 12:58:16 +0200 |
commit | ef1db5ed994e13b6a5531311ff35341a244869bf (patch) | |
tree | cde9d614cd32286b7becb1a82e72ccf2492bdf20 /CMakeLists.txt | |
parent | 4d9152861f6da73a6c1e3cd4601a72fb0e3b1417 (diff) | |
download | extra-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.txt | 2 |
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) |