diff options
author | Rider Linden <none@none> | 2015-04-30 15:45:04 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-04-30 15:45:04 -0700 |
commit | 0b76b318db8bd3233595fb4164fd2e38a3d4553f (patch) | |
tree | 0be80d304ffc808bee136fc16f1c7ab7f250100d | |
parent | ef1b709c99c9fc496bb127be749fababdf9c3bb3 (diff) |
Move librt.
-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 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 |