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
PS G:\vcpkg> ./vcpkg install
warning: In the September 2023 release, the default triplet for vcpkg libraries changed from x86-windows to the detected host triplet (x64-windows). For the old behavior, add --triplet x86-windows . To suppress this message, add --triplet x64-windows .
non-existent-port does not exist
Describe the bug
When adding a bogus dependency in the vcpkg.json file including a version override like:
executing "vcpkg install" will not report any error and silently fail:
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Non-existent ports should be reported as error on install, even if it is a version override.
The text was updated successfully, but these errors were encountered: