Skip to content

cmake cleanup

Martin Nolte requested to merge feature/cmake-cleanup into master

This MR clean up the CMake files, removing relics from the autotools times. Relevant changes are the following:

  • Bump the required dune-grid version to 2.5+
  • remove the variable DUNE_ALUGRID_LIBRARY; all targets now link against the library target dunealugrid.

Merge request reports