diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-06 08:10:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:57 (GMT) |
commit | ab455ebafd55653f87168d9e6c32cfc15403a973 (patch) | |
tree | caafbdbe5579106946d3bf51289ced1434c47f71 /Source/cmMakefile.cxx | |
parent | 300ce2481eae64f44ca4a4bec4f975db4f3e16c8 (diff) | |
download | CMake-ab455ebafd55653f87168d9e6c32cfc15403a973.zip CMake-ab455ebafd55653f87168d9e6c32cfc15403a973.tar.gz CMake-ab455ebafd55653f87168d9e6c32cfc15403a973.tar.bz2 |
Features: Add cxx_thread_local.
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 2f2747d..6d2a576 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -69,6 +69,7 @@ F(cxx_rvalue_references) \ F(cxx_static_assert) \ F(cxx_strong_enums) \ + F(cxx_thread_local) \ F(cxx_trailing_return_types) \ F(cxx_unicode_literals) \ F(cxx_uniform_initialization) \ |