raulcd opened a new pull request, #48318: URL: https://github.com/apache/arrow/pull/48318
### Rationale for this change As a follow up of requiring a minimum CMake version >= 3.25 we discussed moving our dependencies from ExternalProject to FetchContent. This can simplify our third party dependency management. ### What changes are included in this PR? The general change is moving Crc32c from `ExternalProject` to `FetchContent`. We will be able to clean up installation once google-cloud-cpp is also migated. ### Are these changes tested? Yes, the changes are tested locally and on CI. ### Are there any user-facing changes? No -- 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]
