summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-06 08:09:37 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:57 (GMT)
commit1889045ca672e295c18203401c27a9e62ff45424 (patch)
tree80cbacfb0748db4eff985333ac8cca2ac86fefd8 /Source/cmMakefile.cxx
parentab455ebafd55653f87168d9e6c32cfc15403a973 (diff)
downloadCMake-1889045ca672e295c18203401c27a9e62ff45424.zip
CMake-1889045ca672e295c18203401c27a9e62ff45424.tar.gz
CMake-1889045ca672e295c18203401c27a9e62ff45424.tar.bz2
Features: Add cxx_sizeof_member.
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 6d2a576..58c874d 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -67,6 +67,7 @@
F(cxx_raw_string_literals) \
F(cxx_reference_qualified_functions) \
F(cxx_rvalue_references) \
+ F(cxx_sizeof_member) \
F(cxx_static_assert) \
F(cxx_strong_enums) \
F(cxx_thread_local) \