We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f9768 commit 3190cb7Copy full SHA for 3190cb7
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