mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 03:02:54 +08:00
[opencv4] disable optional hdf5 dependency for iOS, where it doesn't build (yet) (#26636)
* [opencv4] diable hdf5 dependency on ios, as it currently doesn't build * ./vcpkg x-add-version --all
This commit is contained in:
parent
b5dd45dc07
commit
2353c65940
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "opencv4",
|
||||
"version": "4.6.0",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "computer vision library",
|
||||
"homepage": "https://github.com/opencv/opencv",
|
||||
"license": "Apache-2.0",
|
||||
@ -35,7 +35,7 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "hdf5",
|
||||
"platform": "!uwp & !(windows & (arm | arm64))"
|
||||
"platform": "!uwp & !(windows & (arm | arm64)) & !ios"
|
||||
},
|
||||
{
|
||||
"name": "tesseract",
|
||||
|
@ -5274,7 +5274,7 @@
|
||||
},
|
||||
"opencv4": {
|
||||
"baseline": "4.6.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"opendnp3": {
|
||||
"baseline": "3.1.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "970c048b2d380fe84e110c02a99dc099f8b877d0",
|
||||
"version": "4.6.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "18c563d48f8245b3d1e0879ecdc6c37097a89b3c",
|
||||
"version": "4.6.0",
|
||||
|
Loading…
Reference in New Issue
Block a user