We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6b773 commit 5c0b1b8Copy full SHA for 5c0b1b8
CMake/Dependencies/libopenssl-CMakeLists.txt
@@ -17,7 +17,7 @@ endif()
17
include(ExternalProject)
18
ExternalProject_Add(project_libopenssl
19
GIT_REPOSITORY https://github.com/openssl/openssl.git
20
- GIT_TAG OpenSSL_1_1_0l
+ GIT_TAG OpenSSL_1_1_1g
21
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/build
22
CONFIGURE_COMMAND ${CONFIGURE_COMMAND}
23
BUILD_COMMAND ${MAKE_EXE} -j 4
0 commit comments