From 007fe7998d461eea7f22cbbd0fea1ee9470ed753 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Fri, 31 Jan 2025 18:13:34 +0100 Subject: [PATCH] Use latest C-Blosc2 sources. Fixes #359. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 370577b8..f799781c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ else() include(FetchContent) FetchContent_Declare(blosc2 GIT_REPOSITORY https://github.com/Blosc/c-blosc2 - GIT_TAG 6e812eef8ca2117d8b7fd10daecf7f32c68f836d + GIT_TAG d92b88e535f168fae45874b936b187c790fc9d59 ) FetchContent_MakeAvailable(blosc2) include_directories("${blosc2_SOURCE_DIR}/include")