meher745 commented on code in PR #48791: URL: https://github.com/apache/arrow/pull/48791#discussion_r2674826218
########## cpp/CMakeLists.txt: ########## @@ -16,6 +16,8 @@ # under the License. cmake_minimum_required(VERSION 3.25) +# Allow older bundled dependencies to build with CMake 4.0+ +set(CMAKE_POLICY_VERSION_MINIMUM 3.5) Review Comment: <img width="782" height="44" alt="Screenshot 2026-01-09 at 10 27 09 AM" src="https://github.com/user-attachments/assets/4cff9500-764b-4bdb-818e-b8583cd67994" /> While building on my local system, I was getting this error. So I thought it would be better to comply with this requirement. -- 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]
