Fixes https://gitlab.com/graphviz/graphviz/-/issues/2176.
- SVG layout doesn't always respect requested size #1855
- mismatched format string in `mingle`
- Building from scratch with Visual Studio fails #2175
+- Plugins are not configured on MinGW #2176
## [2.50.0] – 2021-12-04
SOVERSION ${GRAPHVIZ_PLUGIN_VERSION}
)
+if(MINGW)
+ # work around https://gitlab.kitware.com/cmake/cmake/-/issues/21716
+ set_target_properties(gvplugin_pango PROPERTIES
+ RUNTIME_OUTPUT_NAME gvplugin_pango-${GRAPHVIZ_PLUGIN_VERSION}
+ )
+endif()
+
endif()