summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-04 11:54:08 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:56 (GMT)
commite7d6e1f44f0f3bcf7ded76ec8d649b7a0552778c (patch)
treede0fcbb4d64adc851fde71e15f58afe798b5fe04 /Source/cmMakefile.cxx
parent32c2acd65c3d48433a50a6c2f9fc00c2a1a699f4 (diff)
downloadCMake-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.cxx1
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) \