-
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
[bug] conan build --missing does not respect inner dependency options #11396
Comments
I read about package id modes, which seem to do what I want. |
seems to be somehow related to #9712. it seems like dependency option is erased from the package ID by default, which is wrong. |
Yeah it's exactly the case as #9712. Closing as duplicate then. |
I have this conanfile.txt
running
conan install .. --build=missing
I was surprised to find it fetch dependencies from conencenter. I checked the configuration forpango
for example, and I find out thatglib:shared=False
, even though I set it to be shared.Now we have a situation where gtk links against a shared glib, while pango/cairo link against static glib.
Environment Details (include every applicable attribute)
Logs (Executed commands with output) (Include/Attach if Applicable)
conan_install.log
The text was updated successfully, but these errors were encountered: