mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
We now require C++11 support including `override`. Drop use of
the old compatibility macro. Convert references as follows:
git grep -l CM_OVERRIDE -- '*.h' '*.hxx' '*.cxx' |
xargs sed -i 's/CM_OVERRIDE/override/g'
1014 B
1014 B