Skip to content

Graphviz: add missing support for circular dependencies

Corentin Plouët requested to merge corentin-plouet/cmake:graphviz-cycles into master

This support was actually added by removing a superfluous check that was too eager in cmLinkItemGraphVisitor.cxx.

Extended the existing Graphviz tests to include this particular case, and re-generated the expected output files.

Fixes: #20720

Edited by Corentin Plouët

Merge request reports