Skip to content

Commit

Permalink
Use latest C-Blosc2 sources. Fixes #359.
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 31, 2025
1 parent d2f1fcf commit 007fe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 007fe79

Please sign in to comment.