From 9522df579e1b4eff738a85344140d1449ec3377d Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 9 Apr 2013 14:57:05 +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 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) -- cgit v1.2.1