Skip to content

Fix configuration of dependent rendering libraries

The VTKmConfigureComponents.cmake file has lots of careful configuration of many of VTK-m components and dependent libraries (like OpenGL, OSMesa, etc.) that takes care of several corner cases. The configuration is consolidated here so that it can be consistent across the many directories in VTK-m as well as other projects that use VTK-m.

Recent changes to the configuration in rendering circumvented these and directly tried to configure dependent rendering libraries. This is wrong (and more importantly broke my OSX build).

Merge request reports