Closed playgithub closed 3 years ago
For example, Solution A contains Project B and Project C
Both B and C use conanfile.py / conanfile.txt to generate dependencies, they output to the same place, so A's output will override B's.
conanfile.py
conanfile.txt
What about making the output of conanfile.py / conanfile.txt be local to project it serves?
The conflicts is solved by setting conan-vs-extenstion option Conan installation directory to $(ProjectDir)$(IntDir).conan
conan-vs-extenstion
Conan installation directory
$(ProjectDir)$(IntDir).conan
For example, Solution A contains Project B and Project C
Both B and C use
conanfile.py
/conanfile.txt
to generate dependencies, they output to the same place, so A's output will override B's.What about making the output of
conanfile.py
/conanfile.txt
be local to project it serves?