🔧 Update min cmake version to 3.1

This commit is contained in:
2022-10-24 14:14:14 +02:00
parent a2037a5341
commit 901c3e55cd
19 changed files with 21 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ below::
name: numgrid
min_cmake_version: 2.8
min_cmake_version: 3.1
default_build_type: release
@@ -75,7 +75,7 @@ Minimal example
As a minimal example we take an ``autocmake.yml`` which only contains::
name: minime
min_cmake_version: 2.8
min_cmake_version: 3.1
language: C
If you don't have the ``update.py`` script yet, you need to fetch it from the web::