nealrichardson opened a new issue, #39601: URL: https://github.com/apache/arrow/issues/39601
### Describe the enhancement requested Right now we turn off all other kinds of downloading, but we allow cmake to be downloaded if not found of sufficient version. * Insert `if(!download_ok) return(FALSE)` at the beginning of `try_download()` * In `find_cmake()`, if cmake is found in one of the places, print the version (both when it is new enough and not) * Update comments and docs to note that cmake won't be downloaded in this case * Add cmake > 3.16 to SystemRequirements, noting that it is build-time only cc @jonkeane @thisisnic @assignUser ### Component(s) R -- 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]
