Skip to content

Cleanup/correct workaround for old OS X 10.6 bug

Sean McBride requested to merge seanm/vtk:clean-old-OSX10.6-workaround into master
  • correct backwards logic recently introduced by 56a17faf, the workaround was being applied to non-nVidia instead of for nVidia!
  • removed test code, as no one will be debugging ancient 10.6 bugs anymore.
  • replaced fragile version string tests, instead check host OS version

Merge request reports