summaryrefslogtreecommitdiff
path: root/indra/linux_crash_logger
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/linux_crash_logger
parent921478803c7be857b9131f2882cbc92d3fc1caa7 (diff)
Swap BOOST_COROUTINE and BOOST_CONTEXT
Diffstat (limited to 'indra/linux_crash_logger')
-rwxr-xr-xindra/linux_crash_logger/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/linux_crash_logger/CMakeLists.txt b/indra/linux_crash_logger/CMakeLists.txt
index 81d14c695b..029096df37 100755
--- a/indra/linux_crash_logger/CMakeLists.txt
+++ b/indra/linux_crash_logger/CMakeLists.txt
@@ -69,8 +69,8 @@ target_link_libraries(linux-crash-logger
${LLMATH_LIBRARIES}
${LLCOREHTTP_LIBRARIES}
${LLCOMMON_LIBRARIES}
- ${BOOST_CONTEXT_LIBRARY}
${BOOST_COROUTINE_LIBRARY}
+ ${BOOST_CONTEXT_LIBRARY}
${UI_LIBRARIES}
${DB_LIBRARIES}
${FREETYPE_LIBRARIES}