Skip to content

Commit a03c8d9

Browse files
committed
Trying to fix windows issues
1 parent 69579f4 commit a03c8d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ 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 ndim # latest me_compile_nd()/me_eval_nd() APIs
62+
GIT_TAG 8c50850094e156ce568186edef667fabecbd00ff # latest commit in ndim
6263
# In case you want to use a local copy of miniexpr for development, uncomment the line below
6364
# SOURCE_DIR "/Users/faltet/blosc/miniexpr"
6465
)

0 commit comments

Comments
 (0)