update(cmake): using sha256 instead of md5

Signed-off-by: danmx <daniel@iziourov.info>
This commit is contained in:
danmx
2020-03-24 23:29:19 +01:00
committed by poiana
parent e1cb2e9bb0
commit 4df5fe83be
7 changed files with 12 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ else()
ExternalProject_Add(
yamlcpp
URL "https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.2.tar.gz"
URL_MD5 "5b943e9af0060d0811148b037449ef82"
URL_HASH "SHA256=e4d8560e163c3d875fd5d9e5542b5fd5bec810febdcba61481fe5fc4e6b1fd05"
BUILD_IN_SOURCE 1
INSTALL_COMMAND "")
endif()