Skip to content
Snippets Groups Projects
Commit b38fc18e authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/adjust-required-cmake-to-3.1' into 'master'

[cmake] Require CMake 3.1 similar to dune-common 2.6

See merge request !719
parents 9beef0a6 539f3328
No related branches found
No related tags found
1 merge request!719[cmake] Require CMake 3.1 similar to dune-common 2.6
......@@ -2,7 +2,7 @@
project("dumux" C CXX)
# general stuff
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.1)
if(NOT (dune-common_DIR
OR dune-common_ROOT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment