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 5826321 commit 985cc0bCopy full SHA for 985cc0b
cmake/dependencies.cmake
@@ -118,7 +118,7 @@ if(KDUTILS_BUILD_NETWORK_SUPPORT)
118
FetchContent_Declare(
119
c-ares
120
GIT_REPOSITORY https://github.com/c-ares/c-ares.git
121
- GIT_TAG b82840329a4081a1f1b125e6e6b760d4e1237b52 # v1.34.4
+ GIT_TAG 42ddbc14ec008e738fa44aa2c16e74cad93742c2 # Includes fix for building with clang on Windows
122
)
123
set(CARES_STATIC ON)
124
set(CARES_SHARED OFF)
0 commit comments