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

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

commit 1b724cd6e7497edfaeafde2c025b8997853682ea
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Jul 1 11:45:35 2025 +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 d2badda36..bb54a00a2 100644
--- a/cmake/tbb.cmake
+++ b/cmake/tbb.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(tbb
-  uxlfoundation/oneTBB v2022.1.0
-  MD5=4a8940795f7e414727a1c443b94fd686
+  uxlfoundation/oneTBB v2022.2.0
+  MD5=b00d733b2adf0fba1d33855689631b4d
 )
 
 FetchContent_MakeAvailableWithArgs(tbb

Reply via email to