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

Raise CMake requirements to version 3.16

This is what the master branch of the core modules currently
requires.
parent 1a14a5ed
Branches
No related tags found
1 merge request!137Various CI updates
# Master
- Building the module requires CMake version 3.16 now, to be in line
with the current core modules.
- All files that implement densities have been put into the
`densities` subdirectory.
......
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.16)
project(dune-gfe 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