From 180bd95ba3eebcd94bbf34a695c0dd3b42b9a19e Mon Sep 17 00:00:00 2001 From: Tom Lin Date: Sun, 2 Jul 2023 04:33:07 +0100 Subject: [PATCH] Bump oneTBB to v2021.9.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4321e86..fe28179 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,7 @@ if (USE_TBB) FetchContent_Declare( TBB GIT_REPOSITORY https://github.com/oneapi-src/oneTBB.git - GIT_TAG faaf43c4ab22cb4b4267d65d5e218fa58800eea8 + GIT_TAG v2021.9.0 ) # Don't fail builds on waring (TBB has -Wall while not being free of warnings from unused symbols...) set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)