Fix the openSSL version number in cmake

Merge pull request  from liuluobin/fix_master
This commit is contained in:
i-robot 2021-10-22 02:03:16 +00:00 committed by Gitee
commit c17556d261
1 changed files with 1 additions and 1 deletions
cmake/external_libs

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}