Skip to content

Commit 59d1881

Browse files
authored
Merge branch 'main' into openzl_plugin
2 parents 96f3844 + d1e8394 commit 59d1881

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ 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
120+
GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
121+
# in case you want to use a local copy of c-blosc2 for development, uncomment the line below
122+
# SOURCE_DIR "/Users/faltet/blosc/c-blosc2"
120123
)
121124
FetchContent_MakeAvailable(blosc2)
122125
include_directories("${blosc2_SOURCE_DIR}/include")

0 commit comments

Comments
 (0)