KyleFromNVIDIA opened a new pull request, #49993:
URL: https://github.com/apache/arrow/pull/49993

   ### Rationale for this change
   
   We already set this variable when adding projects through 
`ExternalProject_Add()`, but the config file that RapidJSON exports sets 
`cmake_minimum_required()` to a version older than 3.5. Set the policy minimum 
when searching for the just-built RapidJSON.
   
   ### What changes are included in this PR?
   
   Set `CMAKE_POLICY_VERSION_MINIMUM` in `FindRapidJSONAlt.cmake`
   
   ### Are these changes tested?
   
   Tested locally
   
   ### Are there any user-facing changes?
   
   **This PR includes breaking changes to public APIs.** (If there are any 
breaking changes to public APIs, please explain which changes are breaking. If 
not, you can remove this.)
   
   **This PR contains a "Critical Fix".** (If the changes fix either (a) a 
security vulnerability, (b) a bug that caused incorrect or invalid data to be 
produced, or (c) a bug that causes a crash (even when the API contract is 
upheld), please provide explanation. If not, you can remove this.)
   


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