diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-03-18 22:42:05 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:54 (GMT) |
commit | 57ac6a905c33211af420aaf1e7fc14b3871a7b16 (patch) | |
tree | 94ec2f5e816609d19ac5e3b785d9cfae24682a22 /Source | |
parent | 88542a61011d13ed0a92b9a1da49d428846aaf20 (diff) | |
download | CMake-57ac6a905c33211af420aaf1e7fc14b3871a7b16.zip CMake-57ac6a905c33211af420aaf1e7fc14b3871a7b16.tar.gz CMake-57ac6a905c33211af420aaf1e7fc14b3871a7b16.tar.bz2 |
Features: Add cxx_final.
Diffstat (limited to 'Source')
-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 fa806a7..a916141 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -45,6 +45,7 @@ F(cxx_auto_type) \ F(cxx_constexpr) \ F(cxx_delegating_constructors) \ + F(cxx_final) \ F(cxx_static_assert) \ F(cxx_variadic_templates) |