summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-03 17:32:06 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:55 (GMT)
commit8149fc909fb2c26235fea8999ea9396d7b45fba7 (patch)
treea02242d4debeea171612e141056740ea6752ac31 /Source
parentbd2a025eb0ec26dc32d6eb4c9c3da22f68608b27 (diff)
downloadCMake-8149fc909fb2c26235fea8999ea9396d7b45fba7.zip
CMake-8149fc909fb2c26235fea8999ea9396d7b45fba7.tar.gz
CMake-8149fc909fb2c26235fea8999ea9396d7b45fba7.tar.bz2
Features: Add cxx_noexcept.
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 2a55fde..90187fd 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -52,6 +52,7 @@
F(cxx_final) \
F(cxx_inheriting_constructors) \
F(cxx_lambdas) \
+ F(cxx_noexcept) \
F(cxx_nonstatic_member_init) \
F(cxx_override) \
F(cxx_static_assert) \