kou commented on PR #36029: URL: https://github.com/apache/arrow/pull/36029#issuecomment-1591990074
It seems that `protobuf@21` and `[email protected]` aren't linked from `brew --prefix`. I confirmed that we can use them by specifying the paths of them explicitly: `cmake ... -DCMAKE_PREFIX_PATH="$(brew --prefix protobuf@21);$(brew --prefix [email protected])"` Hmm. We may want to set these path implicitly like we did for LLVM: https://github.com/apache/arrow/blob/b4ac585ecb4da610cc64e346e564ca86594aec53/cpp/cmake_modules/FindLLVMAlt.cmake#L46-L56 -- 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]
