Skip to content
Snippets Groups Projects
Commit 8f1bd1fe authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/cmake-requirement-3.16' into 'master'

[cmake] Set minimum CMake requirement to 3.16

See merge request !214
parents 0b9a7926 627e1e7d
No related branches found
No related tags found
1 merge request!214[cmake] Set minimum CMake requirement to 3.16
Pipeline #43671 passed with stage
in 1 minute and 36 seconds
# SPDX-FileCopyrightInfo: Copyright © DuMux-Lecture contributors, see AUTHORS.md in root folder
# SPDX-License-Identifier: GPL-3.0-or-later
#set up project
project("dumux-lecture" C CXX)
cmake_minimum_required(VERSION 3.16)
# general stuff
cmake_minimum_required(VERSION 2.8.12)
project("dumux-lecture" C CXX)
if(NOT (dune-common_DIR
OR dune-common_ROOT
......
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