Skip to content
Snippets Groups Projects
Commit 539f3328 authored by Christoph Grüninger's avatar Christoph Grüninger Committed by Timo Koch
Browse files

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

Otherwise it will lead to CMake warnings and might break code.
parent 9beef0a6
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