Skip to content

Commit 4716aa8

Browse files
committed
Use latest commit in miniexpr main branch
1 parent ed3b8dc commit 4716aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ 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 main # latest commit in main
6262
# In case you want to use a local copy of miniexpr for development, uncomment the line below
6363
# SOURCE_DIR "/Users/faltet/blosc/miniexpr"
6464
)

0 commit comments

Comments
 (0)