Skip to content

Commit bcb6ceb

Browse files
committed
enable CFG for tbb library
1 parent dca5ddc commit bcb6ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/dependencies.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ function(ov_download_tbb)
8989
# TODO: add target_path to be platform specific as well, to avoid following if
9090
# build oneTBB 2021.2.1 with Visual Studio 2019 (MSVC 14.21)
9191
RESOLVE_DEPENDENCY(TBB
92-
ARCHIVE_WIN "oneapi-tbb-2021.2.5-win-trim.zip"
92+
ARCHIVE_WIN "oneapi-tbb-2021.2.5-win-trim-cfg.zip"
9393
TARGET_PATH "${TEMP}/tbb"
9494
ENVIRONMENT "TBBROOT"
95-
SHA256 "a9384a25861946648db58f7f294c4aa2b1be7ae52748024fef3e13ca2762a1ba"
95+
SHA256 "dc1f644061db517c0502b7c4e7ca1ac13fe559604bc3d57e26f0119b2dfab762"
9696
USE_NEW_LOCATION TRUE)
9797
elseif(ANDROID AND X86_64)
9898
RESOLVE_DEPENDENCY(TBB

0 commit comments

Comments
 (0)