summaryrefslogtreecommitdiff
path: root/indra/linux_crash_logger
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-04-30 15:21:49 -0700
committerRider Linden <none@none>2015-04-30 15:21:49 -0700
commitef1b709c99c9fc496bb127be749fababdf9c3bb3 (patch)
tree3d3e8a228c759725d0b541d2609d9c2e7d4e398e /indra/linux_crash_logger
parent7c639f11a6a4bb0b194d97e9932310561e11df71 (diff)
Fix to linux link
Put timeout back into crashlogger post.
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 480a55a709..3db83f9d29 100755
--- a/indra/linux_crash_logger/CMakeLists.txt
+++ b/indra/linux_crash_logger/CMakeLists.txt
@@ -61,6 +61,7 @@ set(LIBRT_LIBRARY rt)
target_link_libraries(linux-crash-logger
+ ${LIBRT_LIBRARY}
${LLCRASHLOGGER_LIBRARIES}
${LLVFS_LIBRARIES}
${LLXML_LIBRARIES}
@@ -68,7 +69,6 @@ target_link_libraries(linux-crash-logger
${LLVFS_LIBRARIES}
${LLMATH_LIBRARIES}
${LLCOREHTTP_LIBRARIES}
- ${LIBRT_LIBRARY}
${LLCOMMON_LIBRARIES}
${BOOST_CONTEXT_LIBRARY}
${BOOST_COROUTINE_LIBRARY}