We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca5ddc commit bcb6cebCopy full SHA for bcb6ceb
cmake/dependencies.cmake
@@ -89,10 +89,10 @@ function(ov_download_tbb)
89
# TODO: add target_path to be platform specific as well, to avoid following if
90
# build oneTBB 2021.2.1 with Visual Studio 2019 (MSVC 14.21)
91
RESOLVE_DEPENDENCY(TBB
92
- ARCHIVE_WIN "oneapi-tbb-2021.2.5-win-trim.zip"
+ ARCHIVE_WIN "oneapi-tbb-2021.2.5-win-trim-cfg.zip"
93
TARGET_PATH "${TEMP}/tbb"
94
ENVIRONMENT "TBBROOT"
95
- SHA256 "a9384a25861946648db58f7f294c4aa2b1be7ae52748024fef3e13ca2762a1ba"
+ SHA256 "dc1f644061db517c0502b7c4e7ca1ac13fe559604bc3d57e26f0119b2dfab762"
96
USE_NEW_LOCATION TRUE)
97
elseif(ANDROID AND X86_64)
98
0 commit comments