[opencv4] Disable building cpufeatures since it conflict with libwebp (#22844)

* [opencv4] Disable cpufeatures since it conflict with libwebp

* version
This commit is contained in:
Jack·Boos·Yu 2022-02-05 07:40:49 +08:00 committed by GitHub
parent 24f83d5783
commit ce7ee5ac3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -469,6 +469,7 @@ vcpkg_cmake_configure(
-DWITH_OPENCLAMDBLAS=OFF
-DWITH_TBB=${WITH_TBB}
-DWITH_OPENJPEG=OFF
-DWITH_CPUFEATURES=OFF
###### BUILD_options (mainly modules which require additional libraries)
-DBUILD_opencv_ovis=${BUILD_opencv_ovis}
-DBUILD_opencv_dnn=${BUILD_opencv_dnn}

View File

@ -1,7 +1,7 @@
{
"name": "opencv4",
"version": "4.5.4",
"port-version": 2,
"port-version": 3,
"description": "computer vision library",
"homepage": "https://github.com/opencv/opencv",
"dependencies": [

View File

@ -5006,7 +5006,7 @@
},
"opencv4": {
"baseline": "4.5.4",
"port-version": 2
"port-version": 3
},
"opendnp3": {
"baseline": "3.1.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b170a087d34521462cd247a24f230627a272975e",
"version": "4.5.4",
"port-version": 3
},
{
"git-tree": "537abba5a070d173cf42510f86ff4ffe057dd77f",
"version": "4.5.4",