This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is there a good reason why the vcpkg cmake toolchain is not adding (/debug)/bin to PATH? #7826
Labels
category:question
This issue is a question
So I stumbled across an issue where the path
<vcpkginstalledtriplet>(/debug)/bin
is required to be on the path. It basically always happens if some tool is build by a port which is than used by another port.Current workarounds are:
From my point of view the only correct solution is to have the toolchain file add the /bin folder to the path variable (if it is not already there).
(Another solution: drop the separation of executables and dlls)
The text was updated successfully, but these errors were encountered: