Skip to content
This repository was archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
Merge branch 'feature/require-cmake-3.0' into 'master'
Browse files Browse the repository at this point in the history
[CMake] Require at least CMake 3.0

This is a trial balloon to see the fall out. If nobody complains for dune-grid-howto, we can make this change for all core modules.

See [FS#1619](https://gitlab.dune-project.org/flyspray/FS/issues/1619).

See merge request !2
  • Loading branch information
Christoph Grüninger committed Jan 26, 2016
2 parents 366446b + 7d3bfdf commit 37bc369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project(dune-grid-howto C CXX)

# general stuff
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0)

if(NOT (dune-common_DIR OR dune-common_ROOT OR
"${CMAKE_PREFIX_PATH}" MATCHES ".*dune-common.*"))
Expand Down

0 comments on commit 37bc369

Please sign in to comment.