We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550adae commit ffe9bdaCopy full SHA for ffe9bda
libs/network/test/http/CMakeLists.txt
@@ -84,7 +84,7 @@ if (Boost_FOUND)
84
add_dependencies(cpp-netlib-http-server_async_run_stop_concurrency
85
cppnetlib-server-parsers)
86
target_link_libraries(cpp-netlib-http-server_async_run_stop_concurrency
87
- ${Boost_LIBRARIES} cppnetlib-server-parsers)
+ ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} cppnetlib-server-parsers)
88
if (OPENSSL_FOUND)
89
90
${OPENSSL_LIBRARIES})
0 commit comments