Skip to content
Snippets Groups Projects
Commit 86991ccf authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Raise CMake requirements to 3.16

This is what the core modules currently require.
parent 74d4ab03
Branches
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
- The old implementation of `LocalFEStiffness` (the one *not* in the `Dune::Elasticity` namespace)
has been removed.
- The module requires CMake 3.16 now. This is what the Dune core modules currently require.
# Release 2.9
......
# We require version CMake version 3.1 to prevent issues
# with dune_enable_all_packages and older CMake versions.
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.16)
project(dune-elasticity 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.
Please register or to comment