Skip to content

Draft: Simplify implementation of dune_create_dependency_tree

Summary

By using modern cmake functionality, the implementation of the dune cmake function dune_create_dependency_tree can be simplified significantly. This makes it much easier to understand what is going on there.

TODO

  • Verify that the new implementation does "exactly" the same as the old implementation
Edited by Simon Praetorius

Merge request reports