Skip to content
  • Ben Boeckel's avatar
    vtkSMP: move preprocessor definitions into a header · ea14e952
    Ben Boeckel authored
    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.
    ea14e952