Skip to content

Commit

Permalink
Use latest C-Blosc2 sources
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 14, 2025
1 parent d656d13 commit 1dee07a
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 f1278b90056a99c35592e964f549f1f2ba13f05c
GIT_TAG 07a76d18a7e1597d50175acd71737a0eaf0810d2
)
FetchContent_MakeAvailable(blosc2)
include_directories("${blosc2_SOURCE_DIR}/include")
Expand Down

0 comments on commit 1dee07a

Please sign in to comment.