mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-21 16:09:03 -07:00
[opencv4] Fix [core,contrib] (#42015)
This commit is contained in:
parent
77dfbee105
commit
9d7203f5a7
3 changed files with 14 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "opencv4",
|
||||
"version": "4.9.0",
|
||||
"port-version": 1,
|
||||
"description": "computer vision library",
|
||||
"homepage": "https://github.com/opencv/opencv",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -39,6 +40,13 @@
|
|||
"name": "hdf5",
|
||||
"platform": "!uwp & !(windows & (arm | arm64)) & !ios"
|
||||
},
|
||||
{
|
||||
"name": "opencv4",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"calib3d"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tesseract",
|
||||
"platform": "!uwp & !(windows & (arm | arm64)) & !ios"
|
||||
|
|
|
@ -6646,7 +6646,7 @@
|
|||
},
|
||||
"opencv4": {
|
||||
"baseline": "4.9.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"opendnp3": {
|
||||
"baseline": "3.1.1",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c02907180d6ea45984d37d41a6850ac5f76a34d6",
|
||||
"version": "4.9.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "a0a4d7ac5a52dae02f263a00b3ad2d9da536c2e1",
|
||||
"version": "4.9.0",
|
||||
|
|
Loading…
Reference in a new issue