Commit 4a9e236b by Geoff Lang

Fixed issues compiling gtest in using the visual studio 2012 compiler.

parent 216644ba
...@@ -17,6 +17,17 @@ ...@@ -17,6 +17,17 @@
[ [
'third_party/googletest/src/gtest-all.cc', 'third_party/googletest/src/gtest-all.cc',
], ],
'defines':
[
'_VARIADIC_MAX=10',
],
'direct_dependent_settings':
{
'defines':
[
'_VARIADIC_MAX=10',
],
},
}, },
{ {
...@@ -32,6 +43,17 @@ ...@@ -32,6 +43,17 @@
[ [
'third_party/googlemock/src/gmock-all.cc', 'third_party/googlemock/src/gmock-all.cc',
], ],
'defines':
[
'_VARIADIC_MAX=10',
],
'direct_dependent_settings':
{
'defines':
[
'_VARIADIC_MAX=10',
],
},
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment