Skip to content

Commit 771521a

Browse files
authored
Merge branch 'main' into restructure_install
2 parents 7e1487a + d1e8394 commit 771521a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ else()
118118
FetchContent_Declare(blosc2
119119
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
120120
GIT_TAG main # latest commit in main
121-
GIT_SHALLOW True
121+
GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
122+
# in case you want to use a local copy of c-blosc2 for development, uncomment the line below
123+
# SOURCE_DIR "/Users/faltet/blosc/c-blosc2"
122124
)
123125
FetchContent_MakeAvailable(blosc2)
124126
include_directories("${blosc2_SOURCE_DIR}/include")

0 commit comments

Comments
 (0)