Skip to content

Use override/final/=delete anytime the compiler supports them

Shawn Waldon requested to merge shawn.waldon/vtk:fixup-cxx11-detection into master

This makes the VTK_USE_CXX11_FEATURES a flag that sets the CMAKE_CXX_STANDARD and CMAKE_CXX_STANDARD_REQUIRED flags rather than affecting vtkConfigure.h

Merge request reports