-
Notifications
You must be signed in to change notification settings - Fork 53
Require CMake 3.30.4, and latest CPM #753
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
Require CMake 3.30.4, and latest CPM #753
Conversation
Want to bump the cmake minimum required version in each rapids project before we merge this |
Due to cpm-cmake/CPM.cmake#630 we need to pin to CPM v0.40.2 before merging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks fine! One small question.
All the other RAPIDS PRs are merged, so this should be unblocked. @robertmaynard I'll let you merge when you're ready.
I see we pinned to 0.40.5 here. Do we need to downgrade? Or just use |
/merge |
Description
By requiring CMake 3.30.4+ we remove all the CPM related policy deprecation warnings that rapids-cmake users see.
Fixes #680
Checklist