raulcd opened a new issue, #50753: URL: https://github.com/apache/arrow/issues/50753
### Describe the enhancement requested When building with Static linking System dependencies we have to add the targets to `ARROW_STATIC_INSTALL_INTERFACE_LIBS`, otherwise we get failures like: https://github.com/apache/arrow/issues/50739 This usually is forgotten as is separate from other dependency declarations causing some CI failures, new PRs: https://github.com/apache/arrow/blob/d735dc90a79b61e91f77781ec20a348464b52d81/cpp/src/arrow/CMakeLists.txt#L36-L138 It would be nice if we had a more automated way of doing this (resolve_dependency?) or this would be co-located to the rest of declarations so its not forgotten. ### Component(s) C++ -- 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]
