Skip to content

STYLE: Replace VTK_OVERRIDE with override

phcerdan requested to merge github/fork/phcerdan/update_VTK_OVERRIDE into master

This commit replaces occurences of the VTK_OVERRIDE macro with override. This one-liner was used to perform the update:

git grep -l "VTK_OVERRIDE" | fgrep -v CMakeLists.txt |fgrep -v .cmake | xargs sed -i '' -e "s/VTK_OVERRIDE/override/g"

Merge request reports