[cmake,bugfix] Also include modules without macros in ALL_DEPENDENCIES.
When making the entries of ALL_DEPENDENCIES unique, we skipped modules that did not ship a Dune<ModuleName>Macros.cmake macro. This caused their libraries to be missing in DUNE_LIBS. This patch fixes this situation. (cherry picked from commit 35d07e22) Signed-off-by:Markus Blatt <markus@dr-blatt.de>
Please register or sign in to comment