We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57de907 commit 651e6aaCopy full SHA for 651e6aa
1 file changed
CMakeLists.txt
@@ -112,8 +112,9 @@ else()
112
include(FetchContent)
113
FetchContent_Declare(blosc2
114
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
115
- GIT_TAG 9d250c2201f6e385c56a372b08037f7debc6fa1b # openzl
116
- GIT_SHALLOW TRUE # fetch only the latest commit
+ # GIT_TAG 9d250c2201f6e385c56a372b08037f7debc6fa1b # openzl (disposable output)
+ GIT_TAG openzl
117
+ GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
118
# in case you want to use a local copy of c-blosc2 for development, uncomment the line below
119
# SOURCE_DIR "/Users/faltet/blosc/c-blosc2"
120
)
0 commit comments