raulcd commented on PR #50195: URL: https://github.com/apache/arrow/pull/50195#issuecomment-5616206513
Trying to test this it seems we might be missing Azure SDK libraries as a dependency for `Arrow::arrow_static` so `find_package(Arrow)` fails to allow consumer linking raising undefined `Azure::` symbols. `ARROW_GCS` appends `google-cloud-cpp::storage` to `ARROW_STATIC_INSTALL_INTERFACE_LIBS` but there is no equivalent block for `ARROW_AZURE`. We should probably increase coverage for testing those. I'll open a separate issue. -- 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]
