Skip to content

Commit 229dd8c

Browse files
committed
COMP: Bump TBB to v2021.9.0
Addresses XCode 14.0 unused variable build error.
1 parent 2342af5 commit 229dd8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ if(ITKPythonPackage_SUPERBUILD)
115115
endif()
116116

117117
ExternalProject_add(oneTBB
118-
URL https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.3.0.tar.gz
119-
URL_HASH SHA256=8f616561603695bbb83871875d2c6051ea28f8187dbe59299961369904d1d49e
118+
URL https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.9.0.tar.gz
119+
URL_HASH SHA256=1ce48f34dada7837f510735ff1172f6e2c261b09460e3bf773b49791d247d24e
120120
CMAKE_ARGS
121121
-DTBB_TEST:BOOL=OFF
122122
-DCMAKE_BUILD_TYPE:STRING=Release

0 commit comments

Comments
 (0)