-
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
[question] How to include boost sublibs #17711
Comments
Hi @omgronny Something like
isn't necessary and it is probably incorrect in some cases Also, as commented in the other thread as
The generated |
Thank you for your answer, But my problem is actually that when I delete When I return this line, it starts to use boost from conan package with proper version |
If that is the case, it might be even possible that the Boost that is being linked is also the system one. This is typically the result of resolution priorities. Using the Conan generated Also, using |
Thank you for your answer I've checked the
And noticed one thing: variables My
May it be relative to the problem I have? I also tried It is important for me to make sure that I use proper |
This is not a thing, the Also, the So there seems to be some misconceptions and errors there. I'd suggest to strip down your case as we did in the other example, to achieve full reproducibility:
|
Hi @omgronny Any further feedback here? Did you manage to include boost? |
What is your question?
Hello, I'm trying to migrate my project from conan1.x to conan2
In conan1.x I had in my
CMakeLists.txt
but now I have to replace it with
Otherwise it fails with
There is two questions I have:
conanfile.py
. Is this line required or I', doing something wrong?Thank you
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: