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

Require CMake 3.1

parent 1a82bde2
No related branches found
No related tags found
1 merge request!323Feature/require cmake 3.1
......@@ -2,7 +2,7 @@
project("dune-common" C CXX)
# general stuff
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.1)
# 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.
Finish editing this message first!
Please register or to comment