Skip to content

Commit

Permalink
enable canary for mac arm64 oneTBB2021.2.1 (openvinotoolkit#18864)
Browse files Browse the repository at this point in the history
  • Loading branch information
xufang-lisa authored Jul 31, 2023
1 parent 3760e08 commit 349d159
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 @@ -155,10 +155,10 @@ function(ov_download_tbb)
elseif(APPLE AND AARCH64)
# build oneTBB 2021.2.1 with export MACOSX_DEPLOYMENT_TARGET=11.0
RESOLVE_DEPENDENCY(TBB
ARCHIVE_MAC "oneapi-tbb-2021.2.1-mac-arm64.tgz"
ARCHIVE_MAC "oneapi-tbb-2021.2.1-mac-arm64-canary.tgz"
TARGET_PATH "${TEMP}/tbb"
ENVIRONMENT "TBBROOT"
SHA256 "15d46ef19501e4315a5498af59af873dbf8180e9a3ea55253ccf7f0c0bb6f940"
SHA256 "5d44418dd93a23a8c05ded3b5e52c7d454e0b00afe5cc1e24da725942179f749"
USE_NEW_LOCATION TRUE)
else()
message(WARNING "Prebuilt TBB is not available on current platform")
Expand Down

0 comments on commit 349d159

Please sign in to comment.