kou commented on a change in pull request #7001:
URL: https://github.com/apache/arrow/pull/7001#discussion_r412492656
##########
File path: cpp/cmake_modules/FindThrift.cmake
##########
@@ -100,7 +100,7 @@ if(Thrift_FOUND OR THRIFT_FOUND)
INTERFACE_INCLUDE_DIRECTORIES
"${THRIFT_INCLUDE_DIR}")
if(WIN32 AND NOT MSVC)
# We don't need this for Visual C++ because Thrift uses
- # "#pragma comment(lib, "Ws2_32.lib")" in
+ # "#pragma comment(lib, "ws2_32.lib")" in
Review comment:
We should not change this because this is the code in Thrift:
https://github.com/apache/thrift/blob/master/lib/cpp/src/thrift/windows/config.h#L66
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]