tobim opened a new pull request, #40399: URL: https://github.com/apache/arrow/pull/40399
### Rationale for this change When not bundling dependencies, `libarrow.a` depends on protobuf symbols if built with ORC or HDFS support. However this dependency was not looked up in ArrowConfig.cmake, causing client projects using linking to `arrow_static` to fail in configuration. ### What changes are included in this PR? This change makes it so that the dependency on `protobuf` is propagated to the installed `ArrowConfig.cmake` file when necessary. -- 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]
