From ef1db5ed994e13b6a5531311ff35341a244869bf Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Fri, 19 Apr 2013 12:58:16 +0200 Subject: Increase the minimal cmake version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1