nealrichardson commented on a change in pull request #10889:
URL: https://github.com/apache/arrow/pull/10889#discussion_r686155179



##########
File path: cpp/CMakeLists.txt
##########
@@ -41,6 +41,11 @@ if(POLICY CMP0068)
   cmake_policy(SET CMP0068 NEW)
 endif()
 
+if(POLICY CMP0069)
+  # https://cmake.org/cmake/help/latest/policy/CMP0069.html
+  cmake_policy(SET CMP0069 OLD)
+endif()
+

Review comment:
       ```suggestion
   ```




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