From 5c2fd1e4fe304e1b6f6d4136f0d1fd3028c3dddd Mon Sep 17 00:00:00 2001 From: James Cook Date: Fri, 17 Apr 2009 22:00:04 +0000 Subject: Back out last commit, because it breaks mapserver build on linux, dammit. --- indra/llxml/CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'indra/llxml') diff --git a/indra/llxml/CMakeLists.txt b/indra/llxml/CMakeLists.txt index dc7787beea..487c5b9a8a 100644 --- a/indra/llxml/CMakeLists.txt +++ b/indra/llxml/CMakeLists.txt @@ -35,10 +35,8 @@ set_source_files_properties(${llxml_HEADER_FILES} list(APPEND llxml_SOURCE_FILES ${llxml_HEADER_FILES}) add_library (llxml ${llxml_SOURCE_FILES}) -# Libraries on which this library depends, needed for Linux builds -# Sort by high-level to low-level -target_link_libraries( llxml - llmath +target_link_libraries( + llxml ${BOOST_SIGNALS_LIBRARY} ${EXPAT_LIBRARIES} ) -- cgit v1.2.3