summaryrefslogtreecommitdiff
path: root/indra/linux_crash_logger
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-04-30 15:45:04 -0700
committerRider Linden <none@none>2015-04-30 15:45:04 -0700
commit0b76b318db8bd3233595fb4164fd2e38a3d4553f (patch)
tree0be80d304ffc808bee136fc16f1c7ab7f250100d /indra/linux_crash_logger
parentef1b709c99c9fc496bb127be749fababdf9c3bb3 (diff)
Move librt.
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 3db83f9d29..44dddd0034 100755
--- a/indra/linux_crash_logger/CMakeLists.txt
+++ b/indra/linux_crash_logger/CMakeLists.txt
@@ -61,7 +61,6 @@ set(LIBRT_LIBRARY rt)
target_link_libraries(linux-crash-logger
- ${LIBRT_LIBRARY}
${LLCRASHLOGGER_LIBRARIES}
${LLVFS_LIBRARIES}
${LLXML_LIBRARIES}
@@ -75,6 +74,7 @@ target_link_libraries(linux-crash-logger
${UI_LIBRARIES}
${DB_LIBRARIES}
${FREETYPE_LIBRARIES}
+ ${LIBRT_LIBRARY}
)
add_custom_target(linux-crash-logger-target ALL