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

Signed-off-by: Liang Huang <sammy.huang@zilliz.com>
This commit is contained in:
sammy.huang 2024-03-18 18:55:11 +08:00 committed by GitHub
parent 992cb6a532
commit d7727dd087
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)