diff options
author | Rider Linden <none@none> | 2015-04-02 13:20:49 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-04-02 13:20:49 -0700 |
commit | 9d8df53717f00945ae48cda2834b4deb9004efbe (patch) | |
tree | de634bae01a8399818cc5f2cd788df49c67cfe32 /indra/llmessage | |
parent | 02b90efa946f20a4699f7ad7a8b3ccfd1bbb8abc (diff) |
Adjusting link order
Diffstat (limited to 'indra/llmessage')
-rwxr-xr-x | indra/llmessage/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index ac6ff7ab64..4bb99083fe 100755 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -245,13 +245,13 @@ if (LL_TESTS) # set(TEST_DEBUG on) set(test_libs - ${CURL_LIBRARIES} - ${LLMESSAGE_LIBRARIES} ${LLCOREHTTP_LIBRARIES} ${WINDOWS_LIBRARIES} ${LLVFS_LIBRARIES} ${LLMATH_LIBRARIES} ${LLCOMMON_LIBRARIES} + ${LLMESSAGE_LIBRARIES} + ${CURL_LIBRARIES} ${BOOST_CONTEXT_LIBRARY} ${BOOST_COROUTINE_LIBRARY} ${GOOGLEMOCK_LIBRARIES} |