How to use different version of a Conan packaged library for different versions of the operating system or compiler?
I have the following conanfile.txt
.
conan install can’t find package but conan search does
I have a dependency between two conan packages (using conan v1). When running conan install in the downstream package, conan can’t find a dependent package satisfying certain criteria. When I run conan search with the same critieria, however, I see the expected package. What techniques / strategies can I use to attack this problem?
conan install can’t find package but conan search does
I have a dependency between two conan packages (using conan v1). When running conan install in the downstream package, conan can’t find a dependent package satisfying certain criteria. When I run conan search with the same critieria, however, I see the expected package. What techniques / strategies can I use to attack this problem?