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 eae793c commit 66b9159Copy full SHA for 66b9159
1 file changed
CMakeLists.txt
@@ -43,8 +43,8 @@ endif()
43
find_package(opentls QUIET)
44
if(NOT opentls_FOUND)
45
FetchContent_Declare(opentls
46
- URL https://github.com/zelang-dev/openTLS/archive/refs/tags/4.1.3.zip
47
- URL_MD5 c3bcb8f797babc7381af30ac354ee735
+ URL https://github.com/zelang-dev/openTLS/archive/refs/tags/4.1.4.zip
+ URL_MD5 8b36facb05b61b9e0b0f29c354abb520
48
)
49
if(WIN32)
50
add_definitions(-DOPENSSL_MSVC_STATIC_RT=TRUE)
0 commit comments