Replies: 1 comment 1 reply
-
|
https://docs.conan.io/2/tutorial/consuming_packages/different_configurations.html Specifically I'm wondering if switching from a conanfile.txt to a conanfile.py would actually allow us the flexibility we need? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, we're seeing a conflict in the dependency graph between Boost 1.81 (required by conanfile.txt) and Boost 1.83 (required by crow-cpp). Our server loads boost 1.79 so clearly our code can run on all of the above. Is there a way we could have the conanfile list 1.81 but if it sees 1.83 upgrade itself so there was no dependency graph conflict? @ddbaptiste
Beta Was this translation helpful? Give feedback.
All reactions