diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-06 09:14:42 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:58 (GMT) |
commit | c4e672358c4945e78234b8c7075924c80750d61b (patch) | |
tree | f6979c8e164ee4483a3c01bca113e8f1dc23caff /Source/cmMakefile.cxx | |
parent | dcaafada0e213ae74082be84812a38d7f2a4a860 (diff) | |
download | CMake-c4e672358c4945e78234b8c7075924c80750d61b.zip CMake-c4e672358c4945e78234b8c7075924c80750d61b.tar.gz CMake-c4e672358c4945e78234b8c7075924c80750d61b.tar.bz2 |
Features: Add cxx_long_long_type.
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 508ace5..12f770c 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -65,6 +65,7 @@ F(cxx_inline_namespaces) \ F(cxx_lambdas) \ F(cxx_local_type_template_args) \ + F(cxx_long_long_type) \ F(cxx_noexcept) \ F(cxx_nonstatic_member_init) \ F(cxx_nullptr) \ |