diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-04 13:05:10 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:57 (GMT) |
commit | f9d04a96b57ad5f68259b978983289043ae22716 (patch) | |
tree | b428a2248c6ba0bef5fb86a64f7af646bf797e91 /Source/cmMakefile.cxx | |
parent | 3d76656fb3db56f364bbf7a7655ab1433b72d284 (diff) | |
download | CMake-f9d04a96b57ad5f68259b978983289043ae22716.zip CMake-f9d04a96b57ad5f68259b978983289043ae22716.tar.gz CMake-f9d04a96b57ad5f68259b978983289043ae22716.tar.bz2 |
Features: Add cxx_variadic_macros.
Diffstat (limited to 'Source/cmMakefile.cxx')
-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 65f9594..a5a76c8 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -73,6 +73,7 @@ F(cxx_uniform_initialization) \ F(cxx_unrestricted_unions) \ F(cxx_user_literals) \ + F(cxx_variadic_macros) \ F(cxx_variadic_templates) class cmMakefile::Internals |