HyukjinKwon commented on code in PR #48791: URL: https://github.com/apache/arrow/pull/48791#discussion_r2674861173
########## 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: Just my two cents. I would rather make this PR minimized to fix the issue, and separately file an issue for this and make a PR :-). -- 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]
