Skip to content
Snippets Groups Projects
Commit 0eac47eb authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Merge branch 'feature/increase-required-cmake-version' into 'master'

[cmake] Require CMake 3.16 or newer

See merge request !548
parents bc2a9ef5 4d52889d
No related branches found
No related tags found
1 merge request!548[cmake] Require CMake 3.16 or newer
Pipeline #65775 passed
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file LICENSE.md in module root # SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file LICENSE.md in module root
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception # SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.16)
project(dune-istl C CXX) project(dune-istl C CXX)
# guess build tree of dune-common # guess build tree of dune-common
......
...@@ -7,6 +7,3 @@ dune_python_configure_bindings( ...@@ -7,6 +7,3 @@ dune_python_configure_bindings(
PATH "." PATH "."
CMAKE_METADATA_FLAGS DUNE_OPTS_FILE CMAKE_METADATA_FLAGS DUNE_OPTS_FILE
) )
if(POLICY CMP0087)
cmake_policy(SET CMP0087 NEW)
endif()
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