Skip to content

Add option to use default symbol visiblity for VTK-m libraries.

Allison Vacanti requested to merge allisonvacanti/vtk-m:symbol_vis_option into master

VTK doesn't hide symbols for static builds, which results in linker errors for VTK targets that link with VTK-m. This option allows VTK-m to match VTK's behavior.

Merge request reports