summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-06 08:38:50 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:57 (GMT)
commit251a1f02a0ae7eb93690dd0daad8575a3c0451b3 (patch)
tree590be5032918bbb7fe758b35507fbc3f8ad253b3 /Source
parent53fe7773e6335b71161310a2c948bc99145ee59e (diff)
downloadCMake-251a1f02a0ae7eb93690dd0daad8575a3c0451b3.zip
CMake-251a1f02a0ae7eb93690dd0daad8575a3c0451b3.tar.gz
CMake-251a1f02a0ae7eb93690dd0daad8575a3c0451b3.tar.bz2
Features: Add cxx_local_type_template_args.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index f86a999..7b960a3 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -63,6 +63,7 @@
F(cxx_inheriting_constructors) \
F(cxx_inline_namespaces) \
F(cxx_lambdas) \
+ F(cxx_local_type_template_args) \
F(cxx_noexcept) \
F(cxx_nonstatic_member_init) \
F(cxx_nullptr) \