Skip to content

Commit 985cc0b

Browse files
committed
Bump c-ares version to include clang on windows fixes
1 parent 5826321 commit 985cc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ if(KDUTILS_BUILD_NETWORK_SUPPORT)
118118
FetchContent_Declare(
119119
c-ares
120120
GIT_REPOSITORY https://github.com/c-ares/c-ares.git
121-
GIT_TAG b82840329a4081a1f1b125e6e6b760d4e1237b52 # v1.34.4
121+
GIT_TAG 42ddbc14ec008e738fa44aa2c16e74cad93742c2 # Includes fix for building with clang on Windows
122122
)
123123
set(CARES_STATIC ON)
124124
set(CARES_SHARED OFF)

0 commit comments

Comments
 (0)