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