From 23ccbcb15413a17bbb22a5806bd33c6687baf54e Mon Sep 17 00:00:00 2001 From: Xiaoxu Chen Date: Mon, 27 Sep 2021 10:19:06 +0800 Subject: [PATCH] update externalErrorMsg.tar.gz md5 value (#36126) --- cmake/third_party.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/third_party.cmake b/cmake/third_party.cmake index 44463f29923..892ae270267 100644 --- a/cmake/third_party.cmake +++ b/cmake/third_party.cmake @@ -252,7 +252,7 @@ if(WITH_GPU) list(APPEND third_party_deps extern_cub) endif() set(URL "https://paddlepaddledeps.bj.bcebos.com/externalErrorMsg.tar.gz" CACHE STRING "" FORCE) - file_download_and_uncompress(${URL} "externalError" MD5 c0749523ebb536eb7382487d645d9cd4) # download file externalErrorMsg.tar.gz + file_download_and_uncompress(${URL} "externalError" MD5 061f3b7895aadcbe2c3ed592590f8b10) # download file externalErrorMsg.tar.gz if(WITH_TESTING) # copy externalErrorMsg.pb, just for unittest can get error message correctly. set(SRC_DIR ${THIRD_PARTY_PATH}/externalError/data) -- GitLab