diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-03 17:23:40 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:55 (GMT) |
commit | 15cdf6f51dde9a394ffc7a398e201e59cc959111 (patch) | |
tree | 2329e25164e824e8dd2f517fccd0176418ce826e /Source | |
parent | a579a0aab4e55aeb0a71dc7c1b58db3d126e1fd4 (diff) | |
download | CMake-15cdf6f51dde9a394ffc7a398e201e59cc959111.zip CMake-15cdf6f51dde9a394ffc7a398e201e59cc959111.tar.gz CMake-15cdf6f51dde9a394ffc7a398e201e59cc959111.tar.bz2 |
Features: Add cxx_lambdas.
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 25a6fee..9352ca5 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -51,6 +51,7 @@ F(cxx_explicit_conversions) \ F(cxx_final) \ F(cxx_inheriting_constructors) \ + F(cxx_lambdas) \ F(cxx_override) \ F(cxx_static_assert) \ F(cxx_strong_enums) \ |