Fix/remove include directories
Please check whether this code was meant for the installed version of dune-uggrid and the condition is wrong
Merge request reports
Activity
Filter activity
What is the purpose of this? Does it fix a bug? @ansgar , @markus.blatt , can you have a look?
I highly doubt that modules using an uninstalled dune-uggrid can be successfully compiled with this patch as UG does not use paths in it include statements:
mblatt@boromir:~/src/dune/current/dune-uggrid$ grep \#include ./parallel/dddif/parallel.h #include "heaps.h" #include "ppif.h" #include "ddd.h" #include "gm.h" #include "pargm.h" #include "namespace.h" mblatt@boromir:~/src/dune/current/dune-uggrid$ find . -name namespace.h ./low/namespace.h mblatt@boromir:~/src/dune/current/dune-uggrid$
Edited by Markus BlattAdded 1 commit:
- d37bde9b - [cmake] Do not add all directories to includes for dune-uggrid
Added 5 commits:
-
d37bde9b...ade7ffe9 - 4 commits from branch
master
- cc1406dc - [cmake] Do not add all directories to includes for dune-uggrid
-
d37bde9b...ade7ffe9 - 4 commits from branch
@ansgar Do you mind having a look at this MR?
Mentioned in commit 54ffceee
Please register or sign in to reply