From a783caa80626b8cd5d90db1f9c0b560dc9310c38 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 16 Mar 2013 11:52:53 +0100 Subject: Require the newest CMake. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abd96d77..f23ceb85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.10.1 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.10.20130309 FATAL_ERROR) project(extra-cmake-modules) -- cgit v1.2.1