Skip to content
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

Changed cuco cmake function to return early if cuco has already been added as a target #1746

Merged

Conversation

rlratzel
Copy link
Contributor

Changed cuco cmake function to return early if cuco has already been added as a target. This matches the technique used by raft here.

Tested by doing a build and install of cuML, followed by a build of cuGraph and observing a CPM error about the alias target cuco::cuco already existing. Made the change to return early if cuco is already a target and observed the cuGraph libcugraph.so build succeed.

@rlratzel rlratzel added bug Something isn't working non-breaking Non-breaking change labels Jul 29, 2021
@rlratzel rlratzel requested a review from robertmaynard July 29, 2021 19:03
@rlratzel rlratzel self-assigned this Jul 29, 2021
@rlratzel rlratzel requested a review from a team as a code owner July 29, 2021 19:03
@BradReesWork BradReesWork added this to the 21.08 milestone Jul 29, 2021
@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 421e4be into rapidsai:branch-21.08 Jul 29, 2021
@rlratzel rlratzel deleted the branch-21.08-cucocmakefix branch June 17, 2022 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants