diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-04 09:06:02 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:56 (GMT) |
commit | 9064f78b0c07a79f25ee04cf8afaf726d18ec722 (patch) | |
tree | ac4addca660fb460a4636b0f191217efbd127467 /Source | |
parent | 3322b393a265747ae7c187d426f7f1676b478de4 (diff) | |
download | CMake-9064f78b0c07a79f25ee04cf8afaf726d18ec722.zip CMake-9064f78b0c07a79f25ee04cf8afaf726d18ec722.tar.gz CMake-9064f78b0c07a79f25ee04cf8afaf726d18ec722.tar.bz2 |
Features: Add cxx_unrestricted_unions.
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 993dcce..aa9b7c7 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -65,6 +65,7 @@ F(cxx_strong_enums) \ F(cxx_trailing_return_types) \ F(cxx_unicode_literals) \ + F(cxx_unrestricted_unions) \ F(cxx_user_literals) \ F(cxx_variadic_templates) |