summaryrefslogtreecommitdiff
path: root/indra/linux_crash_logger
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-06-17 13:53:28 -0700
committerRider Linden <rider@lindenlab.com>2015-06-17 13:53:28 -0700
commit4a4470af3210153e0909eb75d51de461d14a3128 (patch)
tree630824f1d0d1032f846ef9802318b48ee2bea1a1 /indra/linux_crash_logger
parenta68aa5bfee31c11a8d9d550972b0541d59cbd275 (diff)
Coding policy fixes
Diffstat (limited to 'indra/linux_crash_logger')
-rwxr-xr-xindra/linux_crash_logger/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/linux_crash_logger/CMakeLists.txt b/indra/linux_crash_logger/CMakeLists.txt
index 44dddd0034..81d14c695b 100755
--- a/indra/linux_crash_logger/CMakeLists.txt
+++ b/indra/linux_crash_logger/CMakeLists.txt
@@ -17,7 +17,7 @@ include(FreeType)
include(Boost)
include_directories(
- ${LLCOREHTTP_INCLUDE_DIRS}
+ ${LLCOREHTTP_INCLUDE_DIRS}
${LLCOMMON_INCLUDE_DIRS}
${LLCRASHLOGGER_INCLUDE_DIRS}
${LLMATH_INCLUDE_DIRS}
@@ -67,14 +67,14 @@ target_link_libraries(linux-crash-logger
${LLMESSAGE_LIBRARIES}
${LLVFS_LIBRARIES}
${LLMATH_LIBRARIES}
- ${LLCOREHTTP_LIBRARIES}
+ ${LLCOREHTTP_LIBRARIES}
${LLCOMMON_LIBRARIES}
- ${BOOST_CONTEXT_LIBRARY}
- ${BOOST_COROUTINE_LIBRARY}
+ ${BOOST_CONTEXT_LIBRARY}
+ ${BOOST_COROUTINE_LIBRARY}
${UI_LIBRARIES}
${DB_LIBRARIES}
${FREETYPE_LIBRARIES}
- ${LIBRT_LIBRARY}
+ ${LIBRT_LIBRARY}
)
add_custom_target(linux-crash-logger-target ALL