Reranko05 opened a new pull request, #50638:
URL: https://github.com/apache/arrow/pull/50638

   ### What changes are included?
   
   Move the registration of bundled Abseil static libraries from 
`build_protobuf()` to `build_absl()`.
   
   Since the Abseil targets are defined in `build_absl()`, registering them 
there keeps the bundled dependency registration with the component that 
provides them instead of coupling it to the Protobuf build logic.
   
   ### Are these changes tested?
   
   - Configured Arrow successfully with CMake.
   - Built Arrow successfully with the default configuration.
   - CI will verify the change across supported platforms, including the 
Windows configuration where this issue was originally observed.
   
   ### Are there any user-facing changes?
   
   No. This is an internal CMake/build system change.


-- 
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]

Reply via email to