summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Graphviz/test_project/system_library.c
Commit message (Collapse)AuthorAgeFilesLines
* Graphviz: add missing support for circular dependenciesCorentin Plouet2020-06-211-0/+3
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