We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50b55b commit c44f369Copy full SHA for c44f369
CMakeLists.txt
@@ -120,8 +120,8 @@ if(ITKPythonPackage_SUPERBUILD)
120
endif()
121
122
ExternalProject_add(oneTBB
123
- URL https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.9.0.tar.gz
124
- URL_HASH SHA256=1ce48f34dada7837f510735ff1172f6e2c261b09460e3bf773b49791d247d24e
+ URL https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2022.2.0.tar.gz
+ URL_HASH SHA256=f0f78001c8c8edb4bddc3d4c5ee7428d56ae313254158ad1eec49eced57f6a5b
125
CMAKE_ARGS
126
-DTBB_TEST:BOOL=OFF
127
-DCMAKE_BUILD_TYPE:STRING=Release
0 commit comments