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

[cmake] duneproject's project template require CMake 3.16

parent a7f9996f
No related branches found
No related tags found
1 merge request!1302Increase required CMake version to 3.16
......@@ -348,7 +348,7 @@ Preparing the Sources
Additional to the software mentioned in README you'll need the
following programs installed on your system:
cmake >= 3.13
cmake >= 3.16
Getting started
---------------
......@@ -400,7 +400,7 @@ R_DELIM
################## CMakeLists.txt ##################
echo "- $PROJECT/CMakeLists.txt"
cat> "$PROJECT/CMakeLists.txt" << M_DELIM
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.16)
project($PROJECT CXX)
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