-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update RAPIDS to CMake 3.30.4 as minimum required version #154
Comments
Thanks! I think we want these updates for a few more repos: |
I went through and approved every non-draft PR that still needed a
|
Do we need to update CMake in the wheels CI image? Am seeing errors like this one on CI:
|
nevermind, that's for the python environment but there's a separate call to a shell script that probably doesn't have access to the updated |
Need to update rapids-cmake with a disable of CMP0169 to unblock all the PRs |
Description
Update all of RAPIDS to require CMake 3.30.4 as the minimum required version.
Benefits
This allows RAPIDS projects to use newer versions of CPM and removes
the numerous CMake policy warnings that each build of RAPIDS currently encounters.
Approach
Use
rapids-reviser
, updatecmake_minimum_required
contents in each project plus all CMake pins to=>3.30.4
.Tasks
The text was updated successfully, but these errors were encountered: