Use tbb from vcpkg (#17891)

This commit is contained in:
Ilya Lavrenov
2023-06-06 09:12:16 +04:00
committed by GitHub
parent ace4fb6ecd
commit 13e9752012
2 changed files with 3 additions and 3 deletions

View File

@@ -164,6 +164,7 @@ jobs:
-DENABLE_SYSTEM_PROTOBUF=ON
-DENABLE_SYSTEM_PUGIXML=ON
-DENABLE_SYSTEM_SNAPPY=ON
-DENABLE_SYSTEM_TBB=ON
-DENABLE_INTEL_GPU=ON
-DENABLE_TESTS=ON
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache

View File

@@ -14,7 +14,7 @@
"homepage": "https://github.com/openvinotoolkit/openvino",
"documentation": "https://docs.openvino.ai/latest/index.html",
"license": "Apache-2.0",
"builtin-baseline": "838af19556a975f1755918a360b5f83909857f11",
"builtin-baseline": "cc968d00bd7b67aa5d0f6b673c1f9da215d644f8",
"dependencies": [
"ade",
{
@@ -24,8 +24,7 @@
"pugixml",
{
"name": "tbb",
"$TODO": "Remove condition for Android once it's enabled",
"platform": "(static | osx) & !android",
"platform": "static | osx",
"version>=": "2021.9.0#1"
},
{