summaryrefslogtreecommitdiff
path: root/indra/viewer_components
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-01-19 14:38:03 +0000
committerNat Goodspeed <nat@lindenlab.com>2015-01-19 14:38:03 +0000
commit897ad8842c4d8d2f59817bbe28e6fee78fd10d78 (patch)
tree16fe8127a942f8987fb5400d2a808e750a28575d /indra/viewer_components
parent4a67d99e86569ddd3bbd5162598962548788db0a (diff)
Reorder Boost libraries for Linux linker
Diffstat (limited to 'indra/viewer_components')
-rwxr-xr-xindra/viewer_components/login/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/login/CMakeLists.txt b/indra/viewer_components/login/CMakeLists.txt
index 35058f1201..c152f7c0a6 100755
--- a/indra/viewer_components/login/CMakeLists.txt
+++ b/indra/viewer_components/login/CMakeLists.txt
@@ -58,7 +58,7 @@ if(LL_TESTS)
set_source_files_properties(
lllogin.cpp
PROPERTIES
- LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_CONTEXT_LIBRARY};${BOOST_THREAD_LIBRARY};${BOOST_COROUTINE_LIBRARY};${BOOST_SYSTEM_LIBRARY}"
+ LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_COROUTINE_LIBRARY};${BOOST_CONTEXT_LIBRARY};${BOOST_THREAD_LIBRARY};${BOOST_SYSTEM_LIBRARY}"
)
LL_ADD_PROJECT_UNIT_TESTS(lllogin "${lllogin_TEST_SOURCE_FILES}")