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

Fixup

parent 59b6ac23
No related branches found
No related tags found
1 merge request!214[cmake] Set minimum CMake requirement to 3.16
Pipeline #37958 passed
# 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)
# general stuff
cmake_minimum_required(VERSION 3.16)
project("dumux-lecture" C CXX)
if(NOT (dune-common_DIR
OR dune-common_ROOT
OR "${CMAKE_PREFIX_PATH}" MATCHES ".*dune-common.*"))
......
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