https://github.com/Kitware/CMake
Revision 0b33aee48b1f4027fe6086b5610434a5f29b0b8a authored by Brad King on 15 September 2017, 13:56:26 UTC, committed by Brad King on 15 September 2017, 14:06:41 UTC
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'
1 parent c0c5f92
History
Tip revision: 0b33aee48b1f4027fe6086b5610434a5f29b0b8a authored by Brad King on 15 September 2017, 13:56:26 UTC
Use C++11 override instead of CM_OVERRIDE
Tip revision: 0b33aee
File Mode Size
LGPLv2.1.txt -rw-r--r-- 25.9 KB
LGPLv3.txt -rw-r--r-- 7.5 KB
README.rst -rw-r--r-- 242 bytes

README.rst

back to top