kszucs commented on pull request #11569:
URL: https://github.com/apache/arrow/pull/11569#issuecomment-979592053
It cannot find ssl/crypto:
```
CMake Error at
/usr/local/Cellar/cmake/3.22.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230
(message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594
(_FPHSA_FAILURE_MESSAGE)
/usr/local/Cellar/cmake/3.22.0/share/cmake/Modules/FindOpenSSL.cmake:574
(find_package_handle_standard_args)
/tmp/picsaba/scripts/buildsystems/vcpkg.cmake:788 (_find_package)
google/cloud/storage/CMakeLists.txt:49 (find_package)
```
Installing openssl before google-cloud-sdk resolves the issue. I'm going to
use that as a workaround but this should be fixed upstream.
Note, that the following triplet file is used
https://github.com/apache/arrow/blob/master/ci/vcpkg/x64-osx-static-release.cmake
--
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]