!25217 Fix the openSSL version number in cmake

Merge pull request !25217 from liuluobin/fix_r1.5
This commit is contained in:
i-robot 2021-10-22 02:03:07 +00:00 committed by Gitee
commit 8b6d8a4009
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ else()
endif()
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
mindspore_add_pkg(openssl
VER 1.1.0
VER 1.1.1k
LIBS ssl crypto
URL ${REQ_URL}
MD5 ${MD5}