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

[cmake] Require CMake 3.13 or newer

parent 30cbe040
Branches
Tags
1 merge request!809Feature/require cmake 3.13
......@@ -2,7 +2,7 @@
project("dune-common" C CXX)
# general stuff
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.13)
# make sure our own modules are found
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/modules")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment