This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new a2380535 Bump oneTBB to 2021.12.0 (#2246)
a2380535 is described below

commit a2380535d5602692f3746783c48ccc7bb05cc58e
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sat Apr 13 15:30:55 2024 +0300

    Bump oneTBB to 2021.12.0 (#2246)
    
    Co-authored-by: Twice <[email protected]>
---
 cmake/tbb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/tbb.cmake b/cmake/tbb.cmake
index 790b2e7e..a408ac8b 100644
--- a/cmake/tbb.cmake
+++ b/cmake/tbb.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(tbb
-  oneapi-src/oneTBB v2021.11.0
-  MD5=eea2bdc5ae0a51389da27480617ccff9
+  oneapi-src/oneTBB v2021.12.0
+  MD5=0919a8eda74333e1aafa8d602bb9cc90
 )
 
 FetchContent_MakeAvailableWithArgs(tbb

Reply via email to