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 dc5cf50 commit 73afa31Copy full SHA for 73afa31
libs/network/test/http/CMakeLists.txt
@@ -95,7 +95,7 @@ if (Boost_FOUND)
95
ws2_32 wsock32)
96
endif()
97
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
98
- target_link_libraries(cpp-netlib-http-server_async_run_stop_concurrency rt)
+ target_link_libraries(cpp-netlib-http-server_async_run_stop_concurrency pthread rt)
99
100
set_target_properties(cpp-netlib-http-server_async_run_stop_concurrency
101
PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)
0 commit comments