summaryrefslogtreecommitdiff
path: root/indra/mac_crash_logger
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2008-08-29 21:46:30 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2008-08-29 21:46:30 +0000
commit1496c3d0eee43223ad9714b06ee94e334c730731 (patch)
tree7d2be99bdd17f2f1370c4425a6268922d8866e8b /indra/mac_crash_logger
parenteb65aca9f8aaa1ce67a221dcfecce240f1bb59a5 (diff)
Switch llimage and llxml to target_link_libraries
Diffstat (limited to 'indra/mac_crash_logger')
-rw-r--r--indra/mac_crash_logger/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/mac_crash_logger/CMakeLists.txt b/indra/mac_crash_logger/CMakeLists.txt
index 9cddb562f7..3912595689 100644
--- a/indra/mac_crash_logger/CMakeLists.txt
+++ b/indra/mac_crash_logger/CMakeLists.txt
@@ -3,7 +3,6 @@
project(mac_crash_logger)
include(00-Common)
-include(Boost)
include(LLCommon)
include(LLCrashLogger)
include(LLMath)
@@ -64,7 +63,6 @@ target_link_libraries(mac-crash-logger
${LLVFS_LIBRARIES}
${LLMATH_LIBRARIES}
${LLCOMMON_LIBRARIES}
- ${BOOST_SIGNALS_LIBRARY}
)
add_custom_command(