-
Notifications
You must be signed in to change notification settings - Fork 991
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
Fix cmake build --config XXXX for multi-config with hardcoded configurations #14780
Conversation
👍🏻 Note 1: It seems that in Note 2:
My expected behavior:
*Proposed changes: |
I have had a look to your code in your branch extending the test and your comment:
I am afraid this is against Conan design. The behavior for Conan is that downstream/consumer definitions should always have precedence over recipes definition. In this case, the profile |
I see there are still some unknowns, I have done a review in memsharded#51 (review) |
Changelog: Fix: Allow
cmake.build(build_type="Release")
for recipes built with multi-config systems but withoutbuild_type
setting.Docs: Omit
Investigation on #14349