diff options
author | Rider Linden <none@none> | 2015-04-02 13:56:44 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-04-02 13:56:44 -0700 |
commit | 90db0e9943853530c403280a87538e1247e0d356 (patch) | |
tree | 98b6e53d2894d01dff7f6ff5b4b00aa03423e011 | |
parent | 9d8df53717f00945ae48cda2834b4deb9004efbe (diff) |
More link order
-rwxr-xr-x | indra/llmessage/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index 4bb99083fe..ad732d6194 100755 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -245,12 +245,12 @@ if (LL_TESTS) # set(TEST_DEBUG on) set(test_libs - ${LLCOREHTTP_LIBRARIES} ${WINDOWS_LIBRARIES} ${LLVFS_LIBRARIES} ${LLMATH_LIBRARIES} ${LLCOMMON_LIBRARIES} ${LLMESSAGE_LIBRARIES} + ${LLCOREHTTP_LIBRARIES} ${CURL_LIBRARIES} ${BOOST_CONTEXT_LIBRARY} ${BOOST_COROUTINE_LIBRARY} |