mirror of https://github.com/milvus-io/milvus.git
enhance: fetch simdjson directly in the format of targz (#31370)
pr: #31369 Signed-off-by: Liang Huang <sammy.huang@zilliz.com>pull/31373/head
parent
4e83ca46bc
commit
b773581fde
|
@ -13,7 +13,7 @@
|
|||
|
||||
FetchContent_Declare(
|
||||
simdjson
|
||||
GIT_REPOSITORY https://github.com/simdjson/simdjson.git
|
||||
GIT_TAG v3.1.7
|
||||
URL https://github.com/simdjson/simdjson/archive/refs/tags/v3.1.7.tar.gz
|
||||
URL_HASH MD5=1b0d75ad32179c77f84f4a09d4214057
|
||||
)
|
||||
FetchContent_MakeAvailable(simdjson)
|
||||
FetchContent_MakeAvailable(simdjson)
|
||||
|
|
Loading…
Reference in New Issue