From 1dee07aa77e4765291dabfd8e98db34f03afbf65 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Tue, 14 Jan 2025 19:49:46 +0100 Subject: [PATCH] Use latest C-Blosc2 sources --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c203139..4cb5fdbc 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 f1278b90056a99c35592e964f549f1f2ba13f05c + GIT_TAG 07a76d18a7e1597d50175acd71737a0eaf0810d2 ) FetchContent_MakeAvailable(blosc2) include_directories("${blosc2_SOURCE_DIR}/include")