mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
[opencv4] Add carotene feature flag (#42745)
This commit is contained in:
parent
db3a4f0e6c
commit
c67dcfff62
@ -53,6 +53,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
FEATURES
|
||||
"ade" WITH_ADE
|
||||
"calib3d" BUILD_opencv_calib3d
|
||||
"carotene" WITH_CAROTENE
|
||||
"contrib" WITH_CONTRIB
|
||||
"cuda" WITH_CUBLAS
|
||||
"cuda" WITH_CUDA
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "opencv4",
|
||||
"version": "4.10.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "computer vision library",
|
||||
"homepage": "https://github.com/opencv/opencv",
|
||||
"license": "Apache-2.0",
|
||||
@ -33,6 +33,9 @@
|
||||
"calib3d": {
|
||||
"description": "calib3d module"
|
||||
},
|
||||
"carotene": {
|
||||
"description": "carotene module"
|
||||
},
|
||||
"contrib": {
|
||||
"description": "opencv_contrib module",
|
||||
"dependencies": [
|
||||
|
@ -6674,7 +6674,7 @@
|
||||
},
|
||||
"opencv4": {
|
||||
"baseline": "4.10.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"opendnp3": {
|
||||
"baseline": "3.1.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c493a7ea4c35003983be050429d12e2a51ee8fed",
|
||||
"version": "4.10.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "6ba67264448ce7a60b8e109db62270331e657e38",
|
||||
"version": "4.10.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user