Skip to content

Commit b7db812

Browse files
authored
Merge branch 'main' into restructure_install
2 parents 5ef3270 + ca3611b commit b7db812

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 2 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 ndim # latest me_compile_nd()/me_eval_nd() APIs
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
)
@@ -118,7 +120,7 @@ else()
118120
include(FetchContent)
119121
FetchContent_Declare(blosc2
120122
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
121-
GIT_TAG 2effe806e318f4d474705460b0a9a172b8e07ff9 # v2.22.0
123+
GIT_TAG 7fca7713fe77ab03ffbe31c30c3af5d7f0287bbc # latest commit in main
122124
)
123125
FetchContent_MakeAvailable(blosc2)
124126
include_directories("${blosc2_SOURCE_DIR}/include")

0 commit comments

Comments
 (0)