From 4b3247133eb89ab1ff991ca2f85f8898b235dd72 Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Thu, 19 Apr 2012 22:02:00 +0200 Subject: require cmake 2.8.8 now Alex --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6b514a3..3ca946dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.7 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR) project(extra-cmake-modules) -- cgit v1.2.1