mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:09:07 +08:00
[opencv4] Disable building cpufeatures since it conflict with libwebp (#22844)
* [opencv4] Disable cpufeatures since it conflict with libwebp * version
This commit is contained in:
parent
24f83d5783
commit
ce7ee5ac3c
@ -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}
|
||||
|
@ -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": [
|
||||
|
@ -5006,7 +5006,7 @@
|
||||
},
|
||||
"opencv4": {
|
||||
"baseline": "4.5.4",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"opendnp3": {
|
||||
"baseline": "3.1.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b170a087d34521462cd247a24f230627a272975e",
|
||||
"version": "4.5.4",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "537abba5a070d173cf42510f86ff4ffe057dd77f",
|
||||
"version": "4.5.4",
|
||||
|
Loading…
Reference in New Issue
Block a user