Skip to content

Graphviz: Fix issue with too many open file streams on Windows platform

Stephan Rohmen requested to merge srohmen/cmake:FixTooManyOpenFiles into master

The per-target graphviz dependency generation was limited by the concurrently open file streams possible on Windows. With this fix, CMake opens one file stream after another, writes the data and closes the stream when finished.

Fixes #20931 (closed)

Merge request reports