Skip to content

Commit 39ccb39

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

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 main # latest commit in main
61+
GIT_TAG 979573da618e0443c3984bad8db3ed5d9ce72f75 # 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)