!15891 fix valkan md5

From: @yeyunpeng2020
Reviewed-by: @ddwsky,@jpc_chenjianping
Signed-off-by: @ddwsky
This commit is contained in:
mindspore-ci-bot 2021-04-30 09:42:45 +08:00 committed by Gitee
commit 44431562c7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if(ENABLE_GITEE)
__download_pkg_with_git(Vulkan-Headers ${REQ_URL} ${PKG_GIT_TAG} ${MD5}) __download_pkg_with_git(Vulkan-Headers ${REQ_URL} ${PKG_GIT_TAG} ${MD5})
else() else()
set(REQ_URL "https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.144.zip") set(REQ_URL "https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.144.zip")
set(MD5 "91eae880a0ad9ad77c89d79b95b7399a") set(MD5 "c6e4a281e0b7be3fe2a433c73a9b778b")
__download_pkg(Vulkan-Headers ${REQ_URL} ${MD5}) __download_pkg(Vulkan-Headers ${REQ_URL} ${MD5})
endif() endif()