Skip to content
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

[boost] detect contradictory 'without_*' option usage #97

Closed
SSE4 opened this issue Sep 25, 2019 · 1 comment
Closed

[boost] detect contradictory 'without_*' option usage #97

SSE4 opened this issue Sep 25, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@SSE4
Copy link
Contributor

SSE4 commented Sep 25, 2019

moved from https://github.com/conan-community/community/issues/223, by @theodelrieu

Description of Problem, Request, or Question

Hello,

I'm having some trouble with the without_* options:

Let's say I want to build Boost without boost_system, so I run conan install boost/1.70.0@conan/stable -o:without_system=True.

Obviously, boost_system is a dependency of almost every Boost library, so it still gets built, but the without_system=True option is still a part of the package ID...

I'd suggest detecting this kind of incoherence, and warn that the option will be overriden with the correct value.

What do you think?

@uilianries uilianries added the bug Something isn't working label Sep 27, 2019
@SSE4
Copy link
Contributor Author

SSE4 commented Jan 13, 2021

I think it's done by #2097

@SSE4 SSE4 closed this as completed Jan 13, 2021
datalogics-robb pushed a commit to datalogics-robb/conan-center-index that referenced this issue Sep 3, 2024
Merge in changes from conan-io/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants