File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ if (Boost_FOUND)
22
22
add_executable (cpp-netlib-message_transform_test message_transform_test.cpp )
23
23
add_executable (cpp-netlib-url_test url_test.cpp )
24
24
target_link_libraries (cpp-netlib-hello_world ${Boost_SYSTEM_LIBRARY} ${Boost_REGEX_LIBRARY} ${Boost_DATE_TIME_LIBRARY} ${Boost_THREAD_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${OPENSSL_LIBRARIES} )
25
- target_link_libraries (cpp-netlib-http_1_0_test ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} )
26
- target_link_libraries (cpp-netlib-http_1_1_test ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} )
25
+ target_link_libraries (cpp-netlib-http_1_0_test ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} )
26
+ target_link_libraries (cpp-netlib-http_1_1_test ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} )
27
27
target_link_libraries (cpp-netlib-http_message_test ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} )
28
28
target_link_libraries (cpp-netlib-message_test ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} )
29
29
target_link_libraries (cpp-netlib-message_transform_test ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} )
You can’t perform that action at this time.
0 commit comments