dongjoon-hyun opened a new pull request, #2398: URL: https://github.com/apache/orc/pull/2398
### What changes were proposed in this pull request? This PR aims to add `CMAKE_POLICY_VERSION_MINIMUM=3.12` explicitly to `ThirdpartyToolchain.cmake` for Apache ORC 2.0.x. ### Why are the changes needed? The minimum requirement of CMake is `3.12.0` in Apache ORC 2.0.x. https://github.com/apache/orc/blob/42a9dbacc6acfcfddbb378a12bdc7c03e38590c8/CMakeLists.txt#L18 This will resolve the CI failure. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? 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: issues-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org