forked from mindspore-Ecosystem/mindspore
update md5 for json when download from gitee
This commit is contained in:
parent
7419c70728
commit
f0b87ad51b
|
@ -9,7 +9,7 @@ endif()
|
|||
|
||||
if(ENABLE_GITEE)
|
||||
set(REQ_URL "https://gitee.com/mirrors/JSON-for-Modern-CPP/repository/archive/v3.6.1.zip")
|
||||
set(MD5 "5bda78ce308e6cfcf614dcf1d5ff27a7")
|
||||
set(MD5 "36ea0d9a709c6667b2798a62f6b197ae")
|
||||
set(INCLUDE "./include")
|
||||
else()
|
||||
set(REQ_URL "https://github.com/nlohmann/json/releases/download/v3.6.1/include.zip")
|
||||
|
@ -23,4 +23,4 @@ mindspore_add_pkg(nlohmann_json
|
|||
URL ${REQ_URL}
|
||||
MD5 ${MD5})
|
||||
include_directories(${nlohmann_json_INC})
|
||||
add_library(mindspore::json ALIAS nlohmann_json)
|
||||
add_library(mindspore::json ALIAS nlohmann_json)
|
||||
|
|
Loading…
Reference in New Issue