From 1496c3d0eee43223ad9714b06ee94e334c730731 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Fri, 29 Aug 2008 21:46:30 +0000 Subject: Switch llimage and llxml to target_link_libraries --- indra/linux_crash_logger/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/linux_crash_logger') 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} ) -- cgit v1.2.3