We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7877fdc commit d92ab66Copy full SHA for d92ab66
cmake_modules/FindHiredis.cmake
@@ -38,4 +38,8 @@ if(Hiredis_FOUND)
38
"${HIREDIS_INCLUDE_DIRS}"
39
INTERFACE_LINK_LIBRARIES
40
"${HIREDIS_LIBRARIES}")
41
-endif(Hiredis_FOUND)
+endif(Hiredis_FOUND)
42
+
43
+if(WIN32 AND MINGW)
44
+ target_link_libraries(Hiredis_lib INTERFACE ws2_32 secur32 crypt32 bcrypt zstd curl shlwapi)
45
+endif()
0 commit comments