-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[feature] Componets: Expose components to consumers #6717
Comments
Alternative notation could be |
Already documented. |
Hi, I can see this one closed along with 6716. |
Hi, @unzap. Although everything is subject to change in the next major release if it is really needed, one of the main efforts would be dedicated to keeping recipes compatible for Conan v1 and Conan v2. We are already using components exhaustively in |
Thanks for the info, I will have a look in there. |
Coming from #5090
On #6653 components were introduced at the definition level but cannot be used by a generator.
Implementing this feature should allow fine-grained components access to consumers via
self.deps_cpp_info
object.Components should be accessible for each recipe like:
We should consider adding helper methods to get all the components in the right link order as requested in #6716
The text was updated successfully, but these errors were encountered: