Skip to content

Commit 66b9159

Browse files
committed
update CMakeLists.txt
1 parent eae793c commit 66b9159

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ endif()
4343
find_package(opentls QUIET)
4444
if(NOT opentls_FOUND)
4545
FetchContent_Declare(opentls
46-
URL https://github.com/zelang-dev/openTLS/archive/refs/tags/4.1.3.zip
47-
URL_MD5 c3bcb8f797babc7381af30ac354ee735
46+
URL https://github.com/zelang-dev/openTLS/archive/refs/tags/4.1.4.zip
47+
URL_MD5 8b36facb05b61b9e0b0f29c354abb520
4848
)
4949
if(WIN32)
5050
add_definitions(-DOPENSSL_MSVC_STATIC_RT=TRUE)

0 commit comments

Comments
 (0)