From 46b2ec209b1995ff2dc385545f1468f0473a5113 Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Fri, 19 Oct 2012 16:18:27 +0000 Subject: [PATCH] Some of the macros used are only available for CMake 2.8.6 and higher. Bumped required CMake version [[Imported from SVN: r1727]] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 872727276..0ca1d8754 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project("dune-istl" C CXX) # general stuff -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8.6) #find dune-common and set the module path find_package(dune-common) -- GitLab