Browse Source

!15891 fix valkan md5

From: @yeyunpeng2020
Reviewed-by: @ddwsky,@jpc_chenjianping
Signed-off-by: @ddwsky
pull/15891/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
44431562c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake/external_libs/vulkan.cmake

+ 1
- 1
cmake/external_libs/vulkan.cmake View File

@@ -5,7 +5,7 @@ if(ENABLE_GITEE)
__download_pkg_with_git(Vulkan-Headers ${REQ_URL} ${PKG_GIT_TAG} ${MD5})
else()
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})
endif()



Loading…
Cancel
Save