-
Notifications
You must be signed in to change notification settings - Fork 908
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
Fix/correct cudf installed package requirements #7688
Fix/correct cudf installed package requirements #7688
Conversation
Co-authored-by: Keith Kraus <[email protected]>
Both `cudf_FOUND` and `CUDF_FOUND` are set when using `find_package(CUDF)`, so this is a style only change.
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7688 +/- ##
===============================================
+ Coverage 82.08% 82.10% +0.01%
===============================================
Files 101 101
Lines 17036 17054 +18
===============================================
+ Hits 13984 14002 +18
Misses 3052 3052
Continue to review full report at Codecov.
|
@gpucibot merge |
This rolls up all the cudf changes from #7674 that are necessary for
libcudf_kafka
to build against an installed version ofbranch-0.19
.