Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ include(ExternalProject)
# directory before building again.
ExternalProject_Add(openssl
GIT_REPOSITORY https://github.com/openssl/openssl.git
GIT_TAG openssl-3.1.3
GIT_TAG openssl-3.4.0
PREFIX ./openssl
CONFIGURE_COMMAND cd ../openssl && ./Configure
BUILD_COMMAND cd ../openssl && make
Expand Down