Skip to content

Commit

Permalink
Use the latest c-blosc2 sources
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 21, 2025
1 parent 9887a49 commit 3aa7d53
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 07a76d18a7e1597d50175acd71737a0eaf0810d2
GIT_TAG d65eeb7191a80712f0881b319f594a6bd89ada9b
)
FetchContent_MakeAvailable(blosc2)
include_directories("${blosc2_SOURCE_DIR}/include")
Expand Down

0 comments on commit 3aa7d53

Please sign in to comment.