save-buffer commented on a change in pull request #12605:
URL: https://github.com/apache/arrow/pull/12605#discussion_r824067899
##########
File path: cpp/CMakeLists.txt
##########
@@ -47,6 +47,10 @@ if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()
+if(POLICY CMP0114)
+ cmake_policy(SET CMP0114 NEW)
Review comment:
Added a comment, I don't know the exact details, just that CMake
complains vocally with a lot of yellow text if it's not set (or set to OLD).
--
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]