diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-03 22:00:28 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:54 (GMT) |
commit | 88542a61011d13ed0a92b9a1da49d428846aaf20 (patch) | |
tree | 7d47d944ab3b70f73325c4512a21995e86c314cc /Source | |
parent | 91289312fa9da0807b5c59a78de2c5ad21d6cda1 (diff) | |
download | CMake-88542a61011d13ed0a92b9a1da49d428846aaf20.zip CMake-88542a61011d13ed0a92b9a1da49d428846aaf20.tar.gz CMake-88542a61011d13ed0a92b9a1da49d428846aaf20.tar.bz2 |
Features: Add cxx_static_assert.
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 cc1dfa1..fa806a7 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_static_assert) \ F(cxx_variadic_templates) class cmMakefile::Internals |