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
Describe the bug .\vcpkg.exe install my-test-package --overlay-ports=C:\Users\MyUser\vcpkg-custom-overlay --dry-run where my-test-package has a vcpkg.json with:
Describe the bug
.\vcpkg.exe install my-test-package --overlay-ports=C:\Users\MyUser\vcpkg-custom-overlay --dry-run
where my-test-package has avcpkg.json
with:ignores the
default-features: false
flag and wants to install:* opencv4[core,default-features,dnn,jpeg,png,quirc,tiff,webp]:[email protected]#19
Environment
To Reproduce
Steps to reproduce the behavior:
produces the following output:
Expected behavior
It should only install
opencv4[core]
, without default-features (dnn etc.).Failure logs
See above.
Additional context
The text was updated successfully, but these errors were encountered: