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

aleksraiden pushed a commit to branch aleksraiden-patch-onetbb-2022
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit ac0155031c973f354438aaa0ffdbcd0ca2573ce2
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Oct 31 23:33:58 2024 +0300

    Update tbb.cmake
---
 cmake/tbb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/tbb.cmake b/cmake/tbb.cmake
index 7fde5f30..622a4783 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.13.0
-  MD5=2dd9b7cfa5de5bb3add2f7392e0c9bab
+  oneapi-src/oneTBB v2022.0.0
+  MD5=7eaeff0ddec85182afb60f2232fae2af
 )
 
 FetchContent_MakeAvailableWithArgs(tbb

Reply via email to