Skip to content

Correct directory of grid examples in install interface

Simon Praetorius requested to merge issue/dune_grid_examples_grids_dir into master

Summary

The variable DUNE_GRID_EXAMPLE_GRIDS_PATH that is appended to the dune-grid-config.cmake file was not valid, if the dune-grid is installed. This MR fixes this by setting a different path in case dune-grid_INSTALLED is true.

Merge request reports