kszucs commented on a change in pull request #11474:
URL: https://github.com/apache/arrow/pull/11474#discussion_r732650937



##########
File path: cpp/cmake_modules/ThirdpartyToolchain.cmake
##########
@@ -3592,6 +3603,7 @@ macro(build_google_cloud_cpp_storage)
   # Curl is required on all platforms, but building it internally might also 
trip over S3's copy.
   # For now, force its inclusion from the underlying system or fail.
   find_package(CURL 7.47.0 REQUIRED)
+  find_package(OpenSSL ${ARROW_OPENSSL_REQUIRED_VERSION} REQUIRED)

Review comment:
       Otherwise `cmake -DARROW_GCS=ON ..` without e.g. `ARROW_FLIGHT=ON` 
misses SSL




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