You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run cmake on Linux. Expected libssh is not installed. But actual libssh is still installed.
Run cmake on Windows. Expected libssh is installed. Actual libssh is installed.
The text was updated successfully, but these errors were encountered:
Currently, vcpkg manifest mode dependencies are not filtered by platform.
Line 761 of
toolsrc/src/vcpkg/install.cpp
It should filter by platform in this code block.
This is my
vcpkg.json
in my project.Run cmake on Linux. Expected libssh is not installed. But actual libssh is still installed.
Run cmake on Windows. Expected libssh is installed. Actual libssh is installed.
The text was updated successfully, but these errors were encountered: