Skip to content
Snippets Groups Projects
Commit d92235e0 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Merge branch 'feature/fix-cmake-warning' into 'master'

[cmake] Fix warning that mimimum required version has to come first

See merge request core/dune-istl!535
parents 4698e160 50be315a
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file LICENSE.md in module root
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
# set up project
project(dune-istl C CXX)
# general stuff
cmake_minimum_required(VERSION 3.13)
project(dune-istl C CXX)
# guess build tree of dune-common
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.
Finish editing this message first!
Please register or to comment