Skip to content

Commit 5cf5a25

Browse files
committed
Order of linking issue.
1 parent ac3930a commit 5cf5a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/network/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ if (Boost_FOUND)
4848
add_dependencies(cpp-netlib-utils_thread_pool
4949
cppnetlib-utils-thread_pool)
5050
target_link_libraries(cpp-netlib-utils_thread_pool
51+
cppnetlib-utils-thread_pool
5152
${Boost_LIBRARIES}
52-
${CMAKE_THREAD_LIBS_INIT}
53-
cppnetlib-utils-thread_pool)
53+
${CMAKE_THREAD_LIBS_INIT})
5454
set_target_properties(cpp-netlib-utils_thread_pool
5555
PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)
5656
add_test(cpp-netlib-utils_thread_pool ${CPP-NETLIB_BRINARY_DIR}/tests/cpp-netlib-utils_thread_pool)

0 commit comments

Comments
 (0)