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.
2 parents 5c6ff2d + ae1f424 commit 8addc74Copy full SHA for 8addc74
libs/network/test/uri/CMakeLists.txt
@@ -18,7 +18,7 @@ if (Boost_FOUND)
18
add_dependencies(cpp-netlib-${test} cppnetlib-uri gtest_main)
19
target_link_libraries(cpp-netlib-${test}
20
${CMAKE_THREAD_LIBS_INIT} cppnetlib-uri
21
- gtest_main)
+ gtest_main ${Boost_LIBRARIES})
22
if (OPENSSL_FOUND)
23
target_link_libraries(cpp-netlib-${test} ${OPENSSL_LIBRARIES})
24
endif()
0 commit comments