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

[cmake] Require CMake 3.13

parent 56181a79
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
project(dune-istl C CXX)
# general stuff
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.13)
# 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.
Finish editing this message first!
Please register or to comment