summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-03 17:18:01 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:55 (GMT)
commita579a0aab4e55aeb0a71dc7c1b58db3d126e1fd4 (patch)
treefb49ee1fc8606bfbc2d353c9ad20ff053df1c90f /Source/cmMakefile.cxx
parentebab2015f9b9b11f09e19369be7a1c8d3bfe3ae4 (diff)
downloadCMake-a579a0aab4e55aeb0a71dc7c1b58db3d126e1fd4.zip
CMake-a579a0aab4e55aeb0a71dc7c1b58db3d126e1fd4.tar.gz
CMake-a579a0aab4e55aeb0a71dc7c1b58db3d126e1fd4.tar.bz2
Features: Add cxx_inheriting_constructors.
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 5c4f6ff..25a6fee 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -50,6 +50,7 @@
F(cxx_deleted_functions) \
F(cxx_explicit_conversions) \
F(cxx_final) \
+ F(cxx_inheriting_constructors) \
F(cxx_override) \
F(cxx_static_assert) \
F(cxx_strong_enums) \