summaryrefslogtreecommitdiff
path: root/indra/viewer_components/login
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-08-19 10:30:41 -0700
committerRider Linden <rider@lindenlab.com>2015-08-19 10:30:41 -0700
commitc4267e0284bb0765470ef2e88000c2b5e0c7c8e7 (patch)
tree5842f10bad3887e2419953068dd117ae79999191 /indra/viewer_components/login
parent921478803c7be857b9131f2882cbc92d3fc1caa7 (diff)
Swap BOOST_COROUTINE and BOOST_CONTEXT
Diffstat (limited to 'indra/viewer_components/login')
-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 391bc3119b..9884edc499 100755
--- a/indra/viewer_components/login/CMakeLists.txt
+++ b/indra/viewer_components/login/CMakeLists.txt
@@ -47,9 +47,9 @@ target_link_libraries(lllogin
${LLCOMMON_LIBRARIES}
${LLMATH_LIBRARIES}
${LLXML_LIBRARIES}
- ${BOOST_CONTEXT_LIBRARY}
${BOOST_THREAD_LIBRARY}
${BOOST_COROUTINE_LIBRARY}
+ ${BOOST_CONTEXT_LIBRARY}
${BOOST_SYSTEM_LIBRARY}
)