diff --git a/cmake/secure_c.cmake b/cmake/secure_c.cmake index d6c02067b21dc13c2690df51bd6aa2564a64d3f0..ced768af1ac965781e1ca2818378215b0a3f146c 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 ()