mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 04:01:12 +00:00
libs: updated to OpenSSL 1.1.0j
This commit is contained in:
parent
4293e34ab4
commit
265f19cdaf
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ if(WIN32)
|
||||||
#URL_MD5 "9e380f6f9cc497bd2f47c944019239ac"
|
#URL_MD5 "9e380f6f9cc497bd2f47c944019239ac"
|
||||||
#GIT_REPOSITORY "https://github.com/openssl/openssl.git"
|
#GIT_REPOSITORY "https://github.com/openssl/openssl.git"
|
||||||
DOWNLOAD_DIR ${LIBS_DOWNLOAD_DIR}/openssl
|
DOWNLOAD_DIR ${LIBS_DOWNLOAD_DIR}/openssl
|
||||||
URL https://github.com/openssl/openssl/archive/OpenSSL_1_1_0g.tar.gz
|
URL https://github.com/openssl/openssl/archive/OpenSSL_1_1_0j.tar.gz
|
||||||
SOURCE_DIR "${CMAKE_BINARY_DIR}/openssl"
|
SOURCE_DIR "${CMAKE_BINARY_DIR}/openssl"
|
||||||
BUILD_IN_SOURCE 1
|
BUILD_IN_SOURCE 1
|
||||||
CONFIGURE_COMMAND ${OPENSSL_CONFIGURE}
|
CONFIGURE_COMMAND ${OPENSSL_CONFIGURE}
|
||||||
|
|
Loading…
Reference in a new issue