Skip to content

vtkSMP: move preprocessor definitions into a header

Ben Boeckel requested to merge ben.boeckel/vtk:smp-usage-surface into master

Instead of having SMP selections affect every consumer of VTK::CommonCore need recompilation due to the changed -D flags, put them into a header to narrow the effects to code which actually needs to know about SMP selection changes.

Merge request reports