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

[cmake] Set minimum CMake requirement to 3.16

parent 0b9a7926
No related branches found
No related tags found
1 merge request!214[cmake] Set minimum CMake requirement to 3.16
Pipeline #37954 canceled with stage
in 3 minutes and 27 seconds
......@@ -5,7 +5,7 @@
project("dumux-lecture" C CXX)
# general stuff
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.16)
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