-
Notifications
You must be signed in to change notification settings - Fork 310
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
[ENH] Migrate CMakeLists files to use CPM #1539
Comments
This issue has been labeled |
Linking #1585 |
This is OBE. We migrated everything to use the rapids-make mechanism. |
@ChuckHastings for curiosity, what does OBE mean? A quick google search gives me |
OBE = "Overcome By Events". We didn't intentionally do something to address this request, however other changes have made doing something for this issue unnecessary. |
Discussed this with @dantegd - cuDF and cuML are moving to CPM, cuGraph should do the same for consistency and the benefit of added functionality:
FetchContent
calls that use commit hashes (eg. cuHornet), which have mistakenly usedGIT_SHALLOW
and broken builds when dependencies update their latest hash. (see Disabling shallow fetch for cuhornet #1535 )The text was updated successfully, but these errors were encountered: