mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +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
|
FEATURES
|
||||||
"ade" WITH_ADE
|
"ade" WITH_ADE
|
||||||
"calib3d" BUILD_opencv_calib3d
|
"calib3d" BUILD_opencv_calib3d
|
||||||
|
"carotene" WITH_CAROTENE
|
||||||
"contrib" WITH_CONTRIB
|
"contrib" WITH_CONTRIB
|
||||||
"cuda" WITH_CUBLAS
|
"cuda" WITH_CUBLAS
|
||||||
"cuda" WITH_CUDA
|
"cuda" WITH_CUDA
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "opencv4",
|
"name": "opencv4",
|
||||||
"version": "4.10.0",
|
"version": "4.10.0",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "computer vision library",
|
"description": "computer vision library",
|
||||||
"homepage": "https://github.com/opencv/opencv",
|
"homepage": "https://github.com/opencv/opencv",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@ -33,6 +33,9 @@
|
|||||||
"calib3d": {
|
"calib3d": {
|
||||||
"description": "calib3d module"
|
"description": "calib3d module"
|
||||||
},
|
},
|
||||||
|
"carotene": {
|
||||||
|
"description": "carotene module"
|
||||||
|
},
|
||||||
"contrib": {
|
"contrib": {
|
||||||
"description": "opencv_contrib module",
|
"description": "opencv_contrib module",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -6674,7 +6674,7 @@
|
|||||||
},
|
},
|
||||||
"opencv4": {
|
"opencv4": {
|
||||||
"baseline": "4.10.0",
|
"baseline": "4.10.0",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"opendnp3": {
|
"opendnp3": {
|
||||||
"baseline": "3.1.1",
|
"baseline": "3.1.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "c493a7ea4c35003983be050429d12e2a51ee8fed",
|
||||||
|
"version": "4.10.0",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "6ba67264448ce7a60b8e109db62270331e657e38",
|
"git-tree": "6ba67264448ce7a60b8e109db62270331e657e38",
|
||||||
"version": "4.10.0",
|
"version": "4.10.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user