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