Wes McKinney created ARROW-5426:
-----------------------------------
Summary: [C++] Repair Windows static CRT build configuration after
ARROW-5403
Key: ARROW-5426
URL: https://issues.apache.org/jira/browse/ARROW-5426
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Wes McKinney
In ARROW-5403 we changed to using the googletest DLL for unit testing because
of the issue reported there. However, the static CRT build only works when all
libraries are statically-linked into unit test executables, including gtest.lib
and arrow.lib. Using gtest.dll with static CRT does not seem to work because
gtest.dll has its own statically-linked CRT
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)