From f4e8505063bf2ebcbe46b71f78a81d5eef562ceb Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Sun, 10 Jul 2011 21:22:33 +0200 Subject: Require cmake 2.8.4 for now Alex --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2f9a2b3..784a2c75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.0 FATAL_ERROR ) # this will be upgraded to 2.8.6 +cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR ) # this will be upgraded to 2.8.6 project(extra-cmake-modules) -- cgit v1.2.1