-
Notifications
You must be signed in to change notification settings - Fork 46
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
Extend rapids_export to support the concept of optional COMPONENTS #154
Extend rapids_export to support the concept of optional COMPONENTS #154
Conversation
I assume this is slipping to 22.12 right? |
Yeap |
b6c594f
to
9879c20
Compare
2603f6d
to
7298a97
Compare
7298a97
to
8a158d8
Compare
raft draft pr switching to this feature: rapidsai/raft#1154 |
9492d35
to
a7a9f39
Compare
rapidsai/raft#1154 is now passing with the latest updates to the |
66efaaf
to
d622750
Compare
@robertmaynard looks like this completely slipped out of my sight. Should I review this now? |
Yes please |
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.
Some questions and stylistic changes, and a couple of threads from my last review remain open, but everything that's left is very minor.
testing/export/export-verify-build-components-dependencies/CMakeLists.txt
Outdated
Show resolved
Hide resolved
testing/export/export-verify-build-components-dependencies/CMakeLists.txt
Outdated
Show resolved
Hide resolved
testing/export/export-verify-build-components-dependencies/CMakeLists.txt
Outdated
Show resolved
Hide resolved
testing/export/export-verify-build-components-dependencies/CMakeLists.txt
Outdated
Show resolved
Hide resolved
rapids_export via the COMPONENTS and COMPONENTS_EXPORT_SET commands can now generate find modules that have optional components.
d622750
to
a837d1e
Compare
/merge |
rapids_export via the COMPONENTS and COMPONENTS_EXPORT_SET commands can now generate find modules that have optional components.