Describe the bug, including details regarding any error messages, version, and platform.
If libarrow is built with a system protobuf and either opentelemetry or ORC is enabled, Protobuf must be resolved in find_package(Arrow) so CMake can generate a link command line for targets depending on libarrow. This is currently not the case.
Component(s)
C++