Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit73afa31

Browse files
committed
Fixed libraries to link, so ld will not fail on Linux with:
'missing DSO' because of missing libpthread.
1 parentdc5cf50 commit73afa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎libs/network/test/http/CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if (Boost_FOUND)
9595
ws2_32 wsock32)
9696
endif()
9797
if (${CMAKE_SYSTEM_NAME}MATCHES"Linux")
98-
target_link_libraries(cpp-netlib-http-server_async_run_stop_concurrency rt)
98+
target_link_libraries(cpp-netlib-http-server_async_run_stop_concurrencypthreadrt)
9999
endif()
100100
set_target_properties(cpp-netlib-http-server_async_run_stop_concurrency
101101
PROPERTIESRUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp