Skip to content
Snippets Groups Projects
Commit aaaa1414 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Merge branch 'feature/require-cmake-3.1' into 'master'

[cmake] Require CMake 3.1 similar to dune-common

See merge request !166
parents 9d012149 5425b46e
Branches
Tags
1 merge request!166[cmake] Require CMake 3.1 similar to dune-common
Pipeline #
......@@ -2,7 +2,7 @@
project(dune-istl C CXX)
# general stuff
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.1)
# guess build tree of dune-common
if(NOT (dune-common_DIR OR dune-common_ROOT OR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment