diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-03-19 12:32:59 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:54 (GMT) |
commit | 0685ac6edc8f9285e7b12d32a182e569a372856c (patch) | |
tree | f3f805a955f1388e51c3701ee661951c879583f4 /Source/cmMakefile.cxx | |
parent | 57ac6a905c33211af420aaf1e7fc14b3871a7b16 (diff) | |
download | CMake-0685ac6edc8f9285e7b12d32a182e569a372856c.zip CMake-0685ac6edc8f9285e7b12d32a182e569a372856c.tar.gz CMake-0685ac6edc8f9285e7b12d32a182e569a372856c.tar.bz2 |
Features: Add cxx_override.
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index a916141..8e4ba95 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -46,6 +46,7 @@ F(cxx_constexpr) \ F(cxx_delegating_constructors) \ F(cxx_final) \ + F(cxx_override) \ F(cxx_static_assert) \ F(cxx_variadic_templates) |