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

Commit68f8f2f

Browse files
committed
Boost_libraries needed to build the http/client tests
1 parentd7bec0a commit68f8f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ foreach(test ${TESTS})
1616
add_executable(${test_name}${test}.cpp)
1717
add_dependencies(${test_name}network-urigtest_main)
1818
target_link_libraries(${test_name}
19-
${CMAKE_THREAD_LIBS_INIT}network-urigtest_main)
19+
${CMAKE_THREAD_LIBS_INIT}${Boost_LIBRARIES}network-urigtest_main)
2020
set_target_properties(${test_name}
2121
PROPERTIESRUNTIME_OUTPUT_DIRECTORY${CPP-NETLIB_BINARY_DIR}/tests)
2222
add_test(${test_name}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp