Skip to content
Snippets Groups Projects
Commit 5b2d0a4d authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Call dune_enable_all_packages()

And bump required cmake version to 2.8.12.
parent 9a971778
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8.6)
cmake_minimum_required(VERSION 2.8.12)
project(dune-gfe CXX)
if(NOT (dune-common_DIR OR dune-common_ROOT OR
......@@ -17,7 +17,7 @@ include(DuneMacros)
# start a dune project with information from dune.module
dune_project()
dune_enable_all_packages()
add_subdirectory("src")
add_subdirectory("dune")
add_subdirectory("doc")
......
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