diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-04 11:54:08 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:56 (GMT) |
commit | e7d6e1f44f0f3bcf7ded76ec8d649b7a0552778c (patch) | |
tree | de0fcbb4d64adc851fde71e15f58afe798b5fe04 /Source/cmMakefile.cxx | |
parent | 32c2acd65c3d48433a50a6c2f9fc00c2a1a699f4 (diff) | |
download | CMake-e7d6e1f44f0f3bcf7ded76ec8d649b7a0552778c.zip CMake-e7d6e1f44f0f3bcf7ded76ec8d649b7a0552778c.tar.gz CMake-e7d6e1f44f0f3bcf7ded76ec8d649b7a0552778c.tar.bz2 |
Features: Add cxx_alignas.
cxx_alignof will be a separate feature known to CMake, because
both can be implemented with separate backward compatibility
versions.
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 1803afe..b1dd721 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -43,6 +43,7 @@ #define FOR_EACH_CXX_FEATURE(F) \ F(cxx_alias_templates) \ + F(cxx_alignas) \ F(cxx_auto_type) \ F(cxx_constexpr) \ F(cxx_decltype) \ |