Skip to content
Snippets Groups Projects

Incrase minimal required CMake version to 3.16

Merged Christoph Grüninger requested to merge feature/increase-required-cmake-version into master
2 files
+ 1
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
3
@@ -7,6 +7,3 @@ dune_python_configure_bindings(
PATH "."
CMAKE_METADATA_FLAGS DUNE_OPTS_FILE
)
if(POLICY CMP0087)
cmake_policy(SET CMP0087 NEW)
endif()
Loading