Skip to content

Commit d1e8394

Browse files
committed
Use the latest version of c-blosc2 in main
1 parent ca3611b commit d1e8394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ else()
116116
include(FetchContent)
117117
FetchContent_Declare(blosc2
118118
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
119-
GIT_TAG 7fca7713fe77ab03ffbe31c30c3af5d7f0287bbc # latest commit in main
119+
GIT_TAG main # latest commit in main
120120
GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
121121
# in case you want to use a local copy of c-blosc2 for development, uncomment the line below
122122
# SOURCE_DIR "/Users/faltet/blosc/c-blosc2"

0 commit comments

Comments
 (0)