libs: updated to OpenSSL 1.1.0j

This commit is contained in:
Remy Marquis 2019-01-03 16:15:11 +01:00
parent 4293e34ab4
commit 265f19cdaf
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ if(WIN32)
#URL_MD5 "9e380f6f9cc497bd2f47c944019239ac"
#GIT_REPOSITORY "https://github.com/openssl/openssl.git"
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"
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ${OPENSSL_CONFIGURE}