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 ac3930a commit 5cf5a25Copy full SHA for 5cf5a25
libs/network/test/CMakeLists.txt
@@ -48,9 +48,9 @@ if (Boost_FOUND)
48
add_dependencies(cpp-netlib-utils_thread_pool
49
cppnetlib-utils-thread_pool)
50
target_link_libraries(cpp-netlib-utils_thread_pool
51
+ cppnetlib-utils-thread_pool
52
${Boost_LIBRARIES}
- ${CMAKE_THREAD_LIBS_INIT}
53
- cppnetlib-utils-thread_pool)
+ ${CMAKE_THREAD_LIBS_INIT})
54
set_target_properties(cpp-netlib-utils_thread_pool
55
PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)
56
add_test(cpp-netlib-utils_thread_pool ${CPP-NETLIB_BRINARY_DIR}/tests/cpp-netlib-utils_thread_pool)
0 commit comments