enhance: fetch simdjson directly in the format of targz (#31370)

pr: #31369

Signed-off-by: Liang Huang <sammy.huang@zilliz.com>
pull/31373/head
sammy.huang 2024-03-18 18:55:10 +08:00 committed by GitHub
parent 4e83ca46bc
commit b773581fde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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)