mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 06:22:56 +08:00
[opencv] Enable BUILD_IPP_IW when ipp feature is enable (#27727)
This commit is contained in:
parent
3030c48577
commit
9db21ff675
@ -339,7 +339,6 @@ vcpkg_cmake_configure(
|
||||
-DBUILD_WEBP=OFF
|
||||
-DBUILD_ZLIB=OFF
|
||||
-DBUILD_TBB=OFF
|
||||
-DBUILD_IPP_IW=OFF
|
||||
-DBUILD_ITT=OFF
|
||||
###### Disable build 3rd party components
|
||||
-DBUILD_PROTOBUF=OFF
|
||||
@ -397,6 +396,7 @@ vcpkg_cmake_configure(
|
||||
-DBUILD_opencv_quality=${BUILD_opencv_quality}
|
||||
###### Additional build flags
|
||||
${ADDITIONAL_BUILD_FLAGS}
|
||||
-DBUILD_IPP_IW=${WITH_IPP}
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "opencv3",
|
||||
"version": "3.4.18",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "Open Source Computer Vision Library",
|
||||
"homepage": "https://github.com/opencv/opencv",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -389,7 +389,6 @@ vcpkg_cmake_configure(
|
||||
-DBUILD_WEBP=OFF
|
||||
-DBUILD_ZLIB=OFF
|
||||
-DBUILD_TBB=OFF
|
||||
-DBUILD_IPP_IW=OFF
|
||||
-DBUILD_ITT=OFF
|
||||
###### Disable build 3rd party components
|
||||
-DBUILD_PROTOBUF=OFF
|
||||
@ -447,6 +446,7 @@ vcpkg_cmake_configure(
|
||||
-DBUILD_opencv_rgbd=OFF
|
||||
###### Additional build flags
|
||||
${ADDITIONAL_BUILD_FLAGS}
|
||||
-DBUILD_IPP_IW=${WITH_IPP}
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "opencv4",
|
||||
"version": "4.6.0",
|
||||
"port-version": 7,
|
||||
"port-version": 8,
|
||||
"description": "computer vision library",
|
||||
"homepage": "https://github.com/opencv/opencv",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -5430,11 +5430,11 @@
|
||||
},
|
||||
"opencv3": {
|
||||
"baseline": "3.4.18",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"opencv4": {
|
||||
"baseline": "4.6.0",
|
||||
"port-version": 7
|
||||
"port-version": 8
|
||||
},
|
||||
"opendnp3": {
|
||||
"baseline": "3.1.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ab8ee26d1e4a0a937e516efdc21d4e2cf784f278",
|
||||
"version": "3.4.18",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "ab004823dbf456854654e2e0851be69ee4e5c5c5",
|
||||
"version": "3.4.18",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3ba183524c95cc3abfd86ecfaa1892dab4b89326",
|
||||
"version": "4.6.0",
|
||||
"port-version": 8
|
||||
},
|
||||
{
|
||||
"git-tree": "f8f6d4451f824e2247a7e33c3f092cd836eb336b",
|
||||
"version": "4.6.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user