xhochy commented on pull request #9096: URL: https://github.com/apache/arrow/pull/9096#issuecomment-756989524
The OSX issue is that `protobuf` is installed through `brew` and that doesn't install it using `cmake`. You could conditionally add the following line https://github.com/apache/arrow/blob/a576cd71c08c3fec029d24092c407ece1775f5a6/cpp/cmake_modules/ThirdpartyToolchain.cmake#L2459 only when protobuf is also build using bundled. ---------------------------------------------------------------- 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]
