!25218 Fix the openSSL version number in cmake
Merge pull request !25218 from liuluobin/fix_master
This commit is contained in:
commit
c17556d261
cmake/external_libs
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue