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/linux_crash_logger/CMakeLists.txt | |
parent | 921478803c7be857b9131f2882cbc92d3fc1caa7 (diff) |
Swap BOOST_COROUTINE and BOOST_CONTEXT
Diffstat (limited to 'indra/linux_crash_logger/CMakeLists.txt')
-rwxr-xr-x | indra/linux_crash_logger/CMakeLists.txt | 2 |
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} |