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

rapids_find_package propagates variables from find_package #54

Merged

Conversation

robertmaynard
Copy link
Contributor

Fixes #53

The conversion of rapids_find_package to being a macro instead of a function allows it to properly propagate both common find_package variables and uncommon ones ( CUDAToolkit_LIBRARY_ROOT ).

@robertmaynard robertmaynard added bug Something isn't working non-breaking Introduces a non-breaking change 3 - Ready for Review Ready for review by team labels Aug 4, 2021
@robertmaynard robertmaynard force-pushed the bug/find_package_is_macro branch from 361e533 to 59f2aaa Compare August 4, 2021 17:47
Fixes rapidsai#53

The conversion of `rapids_find_package` to being a macro instead of a
function allows it to properly propagate both common `find_package` variables and uncommon ones ( CUDAToolkit_LIBRARY_ROOT ).
@robertmaynard robertmaynard force-pushed the bug/find_package_is_macro branch from 59f2aaa to 0eb31ac Compare August 4, 2021 18:52
@robertmaynard
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 15ae57e into rapidsai:branch-21.10 Aug 9, 2021
@robertmaynard robertmaynard deleted the bug/find_package_is_macro branch August 9, 2021 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] rapids_find_package needs to be a macro
4 participants