summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-06 08:07:19 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:57 (GMT)
commit300ce2481eae64f44ca4a4bec4f975db4f3e16c8 (patch)
tree8624b0a8eb8876245a17ebe84f86e6352a1bbedf /Source/cmMakefile.cxx
parentf9d04a96b57ad5f68259b978983289043ae22716 (diff)
downloadCMake-300ce2481eae64f44ca4a4bec4f975db4f3e16c8.zip
CMake-300ce2481eae64f44ca4a4bec4f975db4f3e16c8.tar.gz
CMake-300ce2481eae64f44ca4a4bec4f975db4f3e16c8.tar.bz2
Features: Add cxx_inline_namespaces.
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 a5a76c8..2f2747d 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -57,6 +57,7 @@
F(cxx_final) \
F(cxx_generalized_initializers) \
F(cxx_inheriting_constructors) \
+ F(cxx_inline_namespaces) \
F(cxx_lambdas) \
F(cxx_noexcept) \
F(cxx_nonstatic_member_init) \