Skip to content

Commit c44f369

Browse files
committed
COMP: Update TBB to v2022.2.0
Including updates for CMake 4.
1 parent a50b55b commit c44f369

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
@@ -120,8 +120,8 @@ if(ITKPythonPackage_SUPERBUILD)
120120
endif()
121121

122122
ExternalProject_add(oneTBB
123-
URL https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.9.0.tar.gz
124-
URL_HASH SHA256=1ce48f34dada7837f510735ff1172f6e2c261b09460e3bf773b49791d247d24e
123+
URL https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2022.2.0.tar.gz
124+
URL_HASH SHA256=f0f78001c8c8edb4bddc3d4c5ee7428d56ae313254158ad1eec49eced57f6a5b
125125
CMAKE_ARGS
126126
-DTBB_TEST:BOOL=OFF
127127
-DCMAKE_BUILD_TYPE:STRING=Release

0 commit comments

Comments
 (0)