kou commented on code in PR #43137:
URL: https://github.com/apache/arrow/pull/43137#discussion_r1735428065


##########
cpp/src/arrow/flight/CMakeLists.txt:
##########
@@ -26,6 +26,9 @@ endif()
 if(WIN32)
   list(APPEND ARROW_FLIGHT_LINK_LIBS ws2_32.lib)
 endif()
+if(ARROW_USE_OPENSSL)

Review Comment:
   `if(APPLE AND ARROW_USE_OPENSSL)` may be better because this is just needed 
on macOS.
   
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to