diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-06 08:37:08 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:57 (GMT) |
commit | 16603f7cdb76ad4f9377d583b5234d92f85dd22d (patch) | |
tree | ef14240b716a7ee97645bdb059098fd636b1e899 /Source | |
parent | adf22f611e2e4213df31cc7e1d8c1513847b72ff (diff) | |
download | CMake-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.cxx | 1 |
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) \ |