diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-04 11:55:27 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:56 (GMT) |
commit | 7605fee593a00e0345a4842241ff1f2a043b7ebf (patch) | |
tree | 8124fd65377df2ada097d62348cf2aceca5c3a59 /Source/cmMakefile.cxx | |
parent | e7d6e1f44f0f3bcf7ded76ec8d649b7a0552778c (diff) | |
download | CMake-7605fee593a00e0345a4842241ff1f2a043b7ebf.zip CMake-7605fee593a00e0345a4842241ff1f2a043b7ebf.tar.gz CMake-7605fee593a00e0345a4842241ff1f2a043b7ebf.tar.bz2 |
Features: Add cxx_alignof.
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 b1dd721..2b76d45 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -44,6 +44,7 @@ #define FOR_EACH_CXX_FEATURE(F) \ F(cxx_alias_templates) \ F(cxx_alignas) \ + F(cxx_alignof) \ F(cxx_auto_type) \ F(cxx_constexpr) \ F(cxx_decltype) \ |