Set up default include directories on module target
Summary
This MR applies the NEW dune policy DP_DEFAULT_INCLUDE_DIRS
that sets include-directories on the Dune::Grid
targets instead of a global property. All targets with this implicit assumption need to be modified to link against Dune::Grid
now. For tests this can be easily accomplished by linking all targets created in a directory to that library using link_libraries
command inside that directory.
Merge request reports
Activity
added buildsystem label
requested review from @santiago.ospina
assigned to @simon.praetorius
mentioned in merge request dune-common!1481 (merged)
added 27 commits
-
cd75d973...c938c245 - 23 commits from branch
master
- 7d378e3c - Set up default include directories on module target
- 42db7eea - Link dune-grid recipes against dune-grid
- 02748d38 - Link tests against dune-grid
- 0f3fa67a - Link all targets in a directory against Dune::Grid
Toggle commit list-
cd75d973...c938c245 - 23 commits from branch
enabled an automatic merge when all merge checks for dc060476 pass
mentioned in commit 2749fc2f
Please register or sign in to reply