We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f35a1e + 3190cb7 commit 5209246Copy full SHA for 5209246
libs/network/src/CMakeLists.txt
@@ -42,6 +42,7 @@ set_target_properties(cppnetlib-client-connections
42
PROPERTIES VERSION ${CPPNETLIB_VERSION_STRING}
43
SOVERSION ${CPPNETLIB_VERSION_MAJOR}
44
PUBLIC_HEADER "${CPP-NETLIB_HEADERS}")
45
+target_link_libraries(cppnetlib-client-connections ${CMAKE_THREAD_LIBS_INIT})
46
if (OPENSSL_FOUND)
47
target_link_libraries(cppnetlib-client-connections ${OPENSSL_LIBRARIES})
48
endif ()
0 commit comments