Skip to content

Commit

Permalink
update oneTBB 2021.2.5 with guard flag (openvinotoolkit#26135)
Browse files Browse the repository at this point in the history
### Details:
 - *enable cfg flag for oneTBB 2021.2.5*
 - *remove unnecessary files*

### Tickets:
 - *CVS-148693*

Co-authored-by: Chen Peter <peter.chen@intel.com>
  • Loading branch information
xufang-lisa and peterchen-intel authored Sep 30, 2024
1 parent 9f52358 commit 280d484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ function(ov_download_tbb)
# TODO: add target_path to be platform specific as well, to avoid following if
# build oneTBB 2021.2.1 with Visual Studio 2019 (MSVC 14.21)
RESOLVE_DEPENDENCY(TBB
ARCHIVE_WIN "oneapi-tbb-2021.2.5-win-trim.zip"
ARCHIVE_WIN "oneapi-tbb-2021.2.5-win-trim-cfg-simplify.zip"
TARGET_PATH "${TEMP}/tbb"
ENVIRONMENT "TBBROOT"
SHA256 "a9384a25861946648db58f7f294c4aa2b1be7ae52748024fef3e13ca2762a1ba"
SHA256 "63bf0992406d69dfb3c402f46466face2388ca55b6678f29072ba304f3622fe7"
USE_NEW_LOCATION TRUE)
elseif(ANDROID AND X86_64)
RESOLVE_DEPENDENCY(TBB
Expand Down

0 comments on commit 280d484

Please sign in to comment.