pitrou commented on code in PR #36336:
URL: https://github.com/apache/arrow/pull/36336#discussion_r1244983142


##########
cpp/cmake_modules/FindOpenSSLAlt.cmake:
##########
@@ -22,17 +22,24 @@ endif()
 if(APPLE AND NOT OPENSSL_ROOT_DIR)
   find_program(BREW brew)
   if(BREW)
-    execute_process(COMMAND ${BREW} --prefix "[email protected]"
-                    OUTPUT_VARIABLE OPENSSL11_BREW_PREFIX
+    execute_process(COMMAND ${BREW} --prefix "openssl"

Review Comment:
   I'm curious: why first try "openssl", then "[email protected]", then "[email protected]"?
   
   Wouldn't "openssl" cover all other cases? I don't know how brew works...



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