forked from huawei/mindspore2022
Fix the openSSL version number in cmake
This commit is contained in:
parent
c4c8496351
commit
7a2379ac92
|
|
@ -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