diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2008-08-29 21:46:30 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2008-08-29 21:46:30 +0000 |
commit | 1496c3d0eee43223ad9714b06ee94e334c730731 (patch) | |
tree | 7d2be99bdd17f2f1370c4425a6268922d8866e8b /indra/linux_crash_logger | |
parent | eb65aca9f8aaa1ce67a221dcfecce240f1bb59a5 (diff) |
Switch llimage and llxml to target_link_libraries
Diffstat (limited to 'indra/linux_crash_logger')
-rw-r--r-- | indra/linux_crash_logger/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/linux_crash_logger/CMakeLists.txt b/indra/linux_crash_logger/CMakeLists.txt index 628d4acefc..d03487b01b 100644 --- a/indra/linux_crash_logger/CMakeLists.txt +++ b/indra/linux_crash_logger/CMakeLists.txt @@ -3,7 +3,6 @@ project(linux_crash_logger) include(00-Common) -include(Boost) include(LLCommon) include(LLCrashLogger) include(LLMath) @@ -52,7 +51,6 @@ target_link_libraries(linux-crash-logger ${LLMATH_LIBRARIES} ${LLCOMMON_LIBRARIES} ${UI_LIBRARIES} - ${BOOST_SIGNALS_LIBRARY} ${DB_LIBRARIES} ) |