-
Notifications
You must be signed in to change notification settings - Fork 990
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
[bug] V2 Breaking change - options require name/version instead of just name #13417
Comments
In contrast to the situation with the above mentioned profiles, a conditional dependency in the configure(self):
self.options["dependency"].option = foo is ignored. Is this by design? I could not find any documentation about it. On the other hand using wildcards seem to work configure(self):
self.options["dependency/*"].option = foo works. Environment detailsconan: 2.0.1 |
Thanks @pacemdei for the hints. Yes, Conan 2.0 requires the name to be a full exact match, like The recommend syntax that will be jointly compatible in 1.X and 2.0 would be: |
We will be trying to restore the |
#13467 merged, it will be in 2.0.3 |
Environment details
Steps to reproduce
Logs
The text was updated successfully, but these errors were encountered: