We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f52358 commit 280d484Copy full SHA for 280d484
cmake/dependencies.cmake
@@ -102,10 +102,10 @@ function(ov_download_tbb)
102
# TODO: add target_path to be platform specific as well, to avoid following if
103
# build oneTBB 2021.2.1 with Visual Studio 2019 (MSVC 14.21)
104
RESOLVE_DEPENDENCY(TBB
105
- ARCHIVE_WIN "oneapi-tbb-2021.2.5-win-trim.zip"
+ ARCHIVE_WIN "oneapi-tbb-2021.2.5-win-trim-cfg-simplify.zip"
106
TARGET_PATH "${TEMP}/tbb"
107
ENVIRONMENT "TBBROOT"
108
- SHA256 "a9384a25861946648db58f7f294c4aa2b1be7ae52748024fef3e13ca2762a1ba"
+ SHA256 "63bf0992406d69dfb3c402f46466face2388ca55b6678f29072ba304f3622fe7"
109
USE_NEW_LOCATION TRUE)
110
elseif(ANDROID AND X86_64)
111
0 commit comments