diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-04-09 14:57:05 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-04-09 14:57:05 +0200 |
commit | 9522df579e1b4eff738a85344140d1449ec3377d (patch) | |
tree | 75cccc403ca73ccea4c4ca923c912763de7948eb /CMakeLists.txt | |
parent | 7668130bb3858225a14872d9efe5d23d91c03227 (diff) | |
download | extra-cmake-modules-9522df579e1b4eff738a85344140d1449ec3377d.tar.gz extra-cmake-modules-9522df579e1b4eff738a85344140d1449ec3377d.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 f23ceb85..daffcc83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.10.20130309 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.10.20130405 FATAL_ERROR) project(extra-cmake-modules) |