Skip to content

Commit f74857a

Browse files
committed
Use latest commit in miniexpr main branch
1 parent 39ccb39 commit f74857a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ set(MINIEXPR_BUILD_BENCH OFF CACHE BOOL "Build miniexpr benchmarks" FORCE)
5858

5959
FetchContent_Declare(miniexpr
6060
GIT_REPOSITORY https://github.com/Blosc/miniexpr.git
61-
GIT_TAG 979573da618e0443c3984bad8db3ed5d9ce72f75 # latest commit in main
61+
# GIT_TAG 979573da618e0443c3984bad8db3ed5d9ce72f75 # latest commit in main
62+
GIT_TAG MAIN
63+
GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
6264
# In case you want to use a local copy of miniexpr for development, uncomment the line below
6365
# SOURCE_DIR "/Users/faltet/blosc/miniexpr"
6466
)
@@ -114,8 +116,8 @@ else()
114116
include(FetchContent)
115117
FetchContent_Declare(blosc2
116118
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
117-
GIT_TAG 011c9e537f28299c536294d842e1a3d0e41db24f # openzl_plugin + miniexpr
118-
# GIT_TAG main
119+
# GIT_TAG 011c9e537f28299c536294d842e1a3d0e41db24f # openzl_plugin + miniexpr
120+
GIT_TAG main
119121
GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
120122
# in case you want to use a local copy of c-blosc2 for development, uncomment the line below
121123
# SOURCE_DIR "/Users/faltet/blosc/c-blosc2"

0 commit comments

Comments
 (0)