Skip to content
Snippets Groups Projects
Commit ee22d8cc authored by Markus Blatt's avatar Markus Blatt
Browse files

[Merge][CMake] Merged revisions : 1727

Revision  r1727
.----------------------
Some of the macros used are only available for CMake 2.8.6 and higher. Bumped required CMake version
.----------------------


[[Imported from SVN: r1853]]
parents 07edee7d 46b2ec20
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
project("dune-istl" C CXX)
# general stuff
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.6)
#find dune-common and set the module path
find_package(dune-common)
......
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