We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7bdee commit 3228116Copy full SHA for 3228116
1 file changed
CMakeLists.txt
@@ -127,7 +127,7 @@ include(ExternalProject)
127
# directory before building again.
128
ExternalProject_Add(openssl
129
GIT_REPOSITORY https://github.com/openssl/openssl.git
130
- GIT_TAG openssl-3.1.3
+ GIT_TAG openssl-3.4.0
131
PREFIX ./openssl
132
CONFIGURE_COMMAND cd ../openssl && ./Configure
133
BUILD_COMMAND cd ../openssl && make
0 commit comments