Reputation: 1215
I have installed a vcpkg package with vcpkg install shogun:x64-windows
. The build fails and I need to change a file to fix it.
How can I rebuild the package without the install
option, that overwrites my changes?
I cannot find any VC project in the vcpkg\buildtrees\shogun\x64-windows-<configuration>\src\shogun
folder.
Upvotes: 5
Views: 8919
Reputation: 880
You should:
Upvotes: 5