diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-08-19 10:30:41 -0700 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-08-19 10:30:41 -0700 | 
| commit | c4267e0284bb0765470ef2e88000c2b5e0c7c8e7 (patch) | |
| tree | 5842f10bad3887e2419953068dd117ae79999191 /indra/viewer_components | |
| parent | 921478803c7be857b9131f2882cbc92d3fc1caa7 (diff) | |
Swap BOOST_COROUTINE and BOOST_CONTEXT
Diffstat (limited to 'indra/viewer_components')
| -rwxr-xr-x | indra/viewer_components/login/CMakeLists.txt | 2 | 
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}      ) | 
