We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcc511 commit 7b170e7Copy full SHA for 7b170e7
1 file changed
CMakeLists.txt
@@ -48,8 +48,8 @@ endif()
48
find_package(opentls QUIET)
49
if(NOT opentls_FOUND)
50
FetchContent_Declare(opentls
51
- URL https://github.com/zelang-dev/openTLS/archive/refs/tags/4.1.5.zip
52
- URL_MD5 ff135f215921480ce824c1c1f73374e7
+ URL https://github.com/zelang-dev/openTLS/archive/refs/tags/4.1.6.zip
+ URL_MD5 25e2c2d820724473ff3ac053cb2ebb68
53
)
54
if(WIN32)
55
add_definitions(-DOPENSSL_MSVC_STATIC_RT=TRUE)
0 commit comments