Skip to content
Snippets Groups Projects
Commit 2a29dbc4 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

MAINT-5351: Reorder llmessage test libraries to make Linux happy.

Both BOOST_CONTEXT_LIBRARY and BOOST_COROUTINE_LIBRARY were mentioned. But as
BOOST_COROUTINE_LIBRARY depends on BOOST_CONTEXT_LIBRARY, they must be
mentioned in that order for Linux to successfully link the test programs.
parent 7eaee4fd
No related branches found
No related tags found
No related merge requests found
...@@ -256,8 +256,8 @@ if (LL_TESTS) ...@@ -256,8 +256,8 @@ if (LL_TESTS)
${LLMESSAGE_LIBRARIES} ${LLMESSAGE_LIBRARIES}
${LLCOREHTTP_LIBRARIES} ${LLCOREHTTP_LIBRARIES}
${JSONCPP_LIBRARIES} ${JSONCPP_LIBRARIES}
${BOOST_CONTEXT_LIBRARY}
${BOOST_COROUTINE_LIBRARY} ${BOOST_COROUTINE_LIBRARY}
${BOOST_CONTEXT_LIBRARY}
${GOOGLEMOCK_LIBRARIES} ${GOOGLEMOCK_LIBRARIES}
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment