Skip to content
Snippets Groups Projects
Commit 5e825f3b authored by Robert K's avatar Robert K
Browse files

[bugfix][cmake] correct value for grid selector variable.

parent 93ad91ee
No related branches found
No related tags found
1 merge request!6Latest improvements in dune-fem-dg
......@@ -4,7 +4,7 @@ project("dune-fem-dg" C CXX)
set(DUNE_REENABLE_ADD_TEST TRUE)
# this option is mandatory for dune-fem-dg
option(DUNE_GRID_GRIDTYPE_SELECTOR ON)
option(DUNE_GRID_GRIDTYPE_SELECTOR "Grid selector definition added to config.h" ON)
# general stuff
cmake_minimum_required(VERSION 2.8.12)
......
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