summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-06 08:37:08 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:57 (GMT)
commit16603f7cdb76ad4f9377d583b5234d92f85dd22d (patch)
treeef14240b716a7ee97645bdb059098fd636b1e899 /Source
parentadf22f611e2e4213df31cc7e1d8c1513847b72ff (diff)
downloadCMake-16603f7cdb76ad4f9377d583b5234d92f85dd22d.zip
CMake-16603f7cdb76ad4f9377d583b5234d92f85dd22d.tar.gz
CMake-16603f7cdb76ad4f9377d583b5234d92f85dd22d.tar.bz2
Features: Add cxx_enum_forward_declarations.
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 577aa37..7c5ec81 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -54,6 +54,7 @@
F(cxx_defaulted_functions) \
F(cxx_delegating_constructors) \
F(cxx_deleted_functions) \
+ F(cxx_enum_forward_declarations) \
F(cxx_explicit_conversions) \
F(cxx_extern_templates) \
F(cxx_final) \