Open jjYBdx4IL opened 2 years ago
Which port are you installed? Could you please provide your demo repro project to me?
vcpkg integrate install vcpkg install wxwidgets:x64-windows boost-algorithm:x64-windows
https://github.com/jjYBdx4IL/vcpkg-issue-23183-demo
Latest public Visual Studio 2019 release on Windows 11/x64.
Boost isn't needed with this demo, though.
reproduce:
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
Stay active
Still having this issue
I'm using https://www.reedbeta.com/blog/custom-toolchain-with-msbuild/ as a template to convert markdown files to rtf and html in my MSVC c++ project.
Everything works fine -- until I make only changes to a markdown file. Then the custom build steps get executed, but the DLLs copied by vcpkg are suddenly gone from the output directory. It looks as if vcpkg sees that a build has been run, decided that the (new) output didn't contain anything needing the DLLs, and then removes them at the end of the build.
Any ideas how to fix that?
Here are the relevant modifications:
.vcxproj:
targets.xml:
psd.xml: