Use tbb from vcpkg (#17891)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user