This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-tbb in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit dc39d2535629970f28aea90a7b93432aa41ebf2e Author: Aleks Lozovyuk <[email protected]> AuthorDate: Thu Jun 27 10:30:04 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 a408ac8b..7fde5f30 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.12.0 - MD5=0919a8eda74333e1aafa8d602bb9cc90 + oneapi-src/oneTBB v2021.13.0 + MD5=2dd9b7cfa5de5bb3add2f7392e0c9bab ) FetchContent_MakeAvailableWithArgs(tbb
