From f228fb564501d1744298dbc8e59fb8ee6671dd48 Mon Sep 17 00:00:00 2001 From: Yanqingshang Date: Thu, 15 Oct 2020 10:50:48 +0800 Subject: [PATCH] update secure downloads url --- cmake/secure_c.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/secure_c.cmake b/cmake/secure_c.cmake index d6c02067b..ced768af1 100755 --- a/cmake/secure_c.cmake +++ b/cmake/secure_c.cmake @@ -2,11 +2,11 @@ include(FetchContent) FetchContent_Declare( secure_c - URL https://gitee.com/openeuler/bounds_checking_function/repository/archive/v1.1.10.tar.gz - URL_HASH MD5=0782dd2351fde6920d31a599b23d8c91 + URL https://gitee.com/openeuler/libboundscheck/repository/archive/v1.1.10.tar.gz + URL_HASH MD5=193f0ca5246c1dd84920db34d2d8249f ) FetchContent_GetProperties(secure_c) if (NOT secure_c_POPULATED) FetchContent_Populate(secure_c) include_directories(${secure_c_SOURCE_DIR}/include) -endif () \ No newline at end of file +endif () -- Gitee