From 8269c6ecf385a9c6ce19a2dbdc79e90b0c39b80e Mon Sep 17 00:00:00 2001 From: lby Date: Sun, 8 Aug 2021 18:59:08 +0800 Subject: [PATCH] update md5 for json when download from gitee --- cmake/external_libs/json.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/external_libs/json.cmake b/cmake/external_libs/json.cmake index ef9196d19fc..91c1f73b458 100644 --- a/cmake/external_libs/json.cmake +++ b/cmake/external_libs/json.cmake @@ -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) \ No newline at end of file +add_library(mindspore::json ALIAS nlohmann_json)