cmake: remove boost::iostreams from build system

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21777 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-11-25 18:27:36 +00:00
parent 58135f8b27
commit 88bd7779d8
4 changed files with 5 additions and 7 deletions

View File

@ -7,7 +7,7 @@
project(boost) project(boost)
add_subdirectory(filesystem) add_subdirectory(filesystem)
add_subdirectory(iostreams) #add_subdirectory(iostreams)
add_subdirectory(regex) add_subdirectory(regex)
add_subdirectory(signals) add_subdirectory(signals)

View File

@ -20,9 +20,9 @@
#include <boost/current_function.hpp> #include <boost/current_function.hpp>
#include <boost/filesystem/operations.hpp> #include <boost/filesystem/operations.hpp>
#include <boost/function.hpp> #include <boost/function.hpp>
#include <boost/iostreams/device/file.hpp> //#include <boost/iostreams/device/file.hpp>
#include <boost/iostreams/filter/gzip.hpp> //#include <boost/iostreams/filter/gzip.hpp>
#include <boost/iostreams/filtering_streambuf.hpp> //#include <boost/iostreams/filtering_streambuf.hpp>
#include <boost/iterator/indirect_iterator.hpp> #include <boost/iterator/indirect_iterator.hpp>
#include <boost/optional.hpp> #include <boost/optional.hpp>
#include <boost/regex.hpp> #include <boost/regex.hpp>

View File

@ -59,8 +59,7 @@ target_link_libraries(lyx
support support
intl intl
${QT_QTMAIN_LIBRARY} ${QT_QTMAIN_LIBRARY}
boost_filesystem boost_filesystem)
boost_iostreams)
if(ASPELL_FOUND) if(ASPELL_FOUND)
target_link_libraries(lyx ${ASPELL_LIBRARY}) target_link_libraries(lyx ${ASPELL_LIBRARY})

View File

@ -56,7 +56,6 @@ endif()
target_link_libraries(tex2lyx target_link_libraries(tex2lyx
support support
boost_iostreams
boost_filesystem boost_filesystem
boost_regex boost_regex
${QT_QTCORE_LIBRARY} ${QT_QTCORE_LIBRARY}