[ci] Specify exact OpenCV features in vcpkg manifest (#8653)

This allows us to skip building things we don't need, like the ML
libraries or QR code scanning. This cuts the vcpkg configure time down
by 50%.
This commit is contained in:
Gold856
2026-03-04 21:52:48 -05:00
committed by GitHub
parent 733cfa4b07
commit ab45819f6f

View File

@@ -2,7 +2,22 @@
"name": "main",
"version-string": "latest",
"dependencies": [
"opencv",
{
"name": "opencv4",
"default-features": false,
"features": [
"calib3d",
"dshow",
"fs",
"highgui",
"intrinsics",
"jpeg",
"msmf",
"png",
"thread",
"win32ui"
]
},
"fmt",
"libuv",
"libssh"