mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[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:
17
vcpkg.json
17
vcpkg.json
@@ -2,7 +2,22 @@
|
|||||||
"name": "main",
|
"name": "main",
|
||||||
"version-string": "latest",
|
"version-string": "latest",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"opencv",
|
{
|
||||||
|
"name": "opencv4",
|
||||||
|
"default-features": false,
|
||||||
|
"features": [
|
||||||
|
"calib3d",
|
||||||
|
"dshow",
|
||||||
|
"fs",
|
||||||
|
"highgui",
|
||||||
|
"intrinsics",
|
||||||
|
"jpeg",
|
||||||
|
"msmf",
|
||||||
|
"png",
|
||||||
|
"thread",
|
||||||
|
"win32ui"
|
||||||
|
]
|
||||||
|
},
|
||||||
"fmt",
|
"fmt",
|
||||||
"libuv",
|
"libuv",
|
||||||
"libssh"
|
"libssh"
|
||||||
|
|||||||
Reference in New Issue
Block a user