Skip to content

Commit 7b170e7

Browse files
committed
update CMakeLists.txt - bug fixes
1 parent 7fcc511 commit 7b170e7

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
@@ -48,8 +48,8 @@ endif()
4848
find_package(opentls QUIET)
4949
if(NOT opentls_FOUND)
5050
FetchContent_Declare(opentls
51-
URL https://github.com/zelang-dev/openTLS/archive/refs/tags/4.1.5.zip
52-
URL_MD5 ff135f215921480ce824c1c1f73374e7
51+
URL https://github.com/zelang-dev/openTLS/archive/refs/tags/4.1.6.zip
52+
URL_MD5 25e2c2d820724473ff3ac053cb2ebb68
5353
)
5454
if(WIN32)
5555
add_definitions(-DOPENSSL_MSVC_STATIC_RT=TRUE)

0 commit comments

Comments
 (0)