File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ set(MINIEXPR_BUILD_BENCH OFF CACHE BOOL "Build miniexpr benchmarks" FORCE)
5959FetchContent_Declare (miniexpr
6060 GIT_REPOSITORY https://github.com/Blosc/miniexpr.git
6161 # GIT_TAG 979573da618e0443c3984bad8db3ed5d9ce72f75 # latest commit in main
62- GIT_TAG MAIN
62+ GIT_TAG main
6363 GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
6464 # In case you want to use a local copy of miniexpr for development, uncomment the line below
6565 # SOURCE_DIR "/Users/faltet/blosc/miniexpr"
@@ -116,8 +116,7 @@ else()
116116 include (FetchContent )
117117 FetchContent_Declare (blosc2
118118 GIT_REPOSITORY https://github.com/Blosc/c-blosc2
119- # GIT_TAG 011c9e537f28299c536294d842e1a3d0e41db24f # openzl_plugin + miniexpr
120- GIT_TAG main
119+ GIT_TAG 7fca7713fe77ab03ffbe31c30c3af5d7f0287bbc # latest commit in main
121120 GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
122121 # in case you want to use a local copy of c-blosc2 for development, uncomment the line below
123122 # SOURCE_DIR "/Users/faltet/blosc/c-blosc2"
You can’t perform that action at this time.
0 commit comments