This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Use vcpkg in a Visual Studio project without user-wide integration #38763
Labels
category:question
This issue is a question
Originally posted by @JackBoosY in #18868 (comment)
I think I have the same problem. Our software uses libcurl by just copying its headers and library files into our source tree and referencing said copies. For a side project I installed cpr trough vcpkg which also brought along libcurl. If I integrate vcpkg user-wide the main software fails to link because now it's able to find 2 copies of libcurl and can't decide which one to link. Modifying it is not an option. I'd like to integrate vcpkg for a single solution/project.
The text was updated successfully, but these errors were encountered: