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

[cmake] Require CMake 3.16 or newer

parent bc2a9ef5
Branches
Tags
1 merge request!548[cmake] Require CMake 3.16 or newer
Pipeline #65769 passed
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file LICENSE.md in module root
# 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)
# guess build tree of dune-common
......
......@@ -7,6 +7,3 @@ dune_python_configure_bindings(
PATH "."
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.
Please register or to comment