Ahajha commented on PR #47616:
URL: https://github.com/apache/arrow/pull/47616#issuecomment-3387347510

   The CMake failure is likely due to it building with CMake 4.0, which errors 
if the CMake configuration allows for a version <3.5. A few possible fixes 
here: 
https://stackoverflow.com/questions/79534856/cannot-build-cmake-project-because-compatibility-with-cmake-3-5-has-been-remo
   
   Since it's out-of-tree, I think the easiest solution would be to add an 
environment variable to circumvent the error:
   ```sh
   export CMAKE_POLICY_VERSION_MINIMUM=3.5
   ```
   (potentially an equivalent for Windows)


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