mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
58135f8b27
commit
88bd7779d8
@ -7,7 +7,7 @@
|
||||
project(boost)
|
||||
|
||||
add_subdirectory(filesystem)
|
||||
add_subdirectory(iostreams)
|
||||
#add_subdirectory(iostreams)
|
||||
add_subdirectory(regex)
|
||||
add_subdirectory(signals)
|
||||
|
||||
|
@ -20,9 +20,9 @@
|
||||
#include <boost/current_function.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/iostreams/device/file.hpp>
|
||||
#include <boost/iostreams/filter/gzip.hpp>
|
||||
#include <boost/iostreams/filtering_streambuf.hpp>
|
||||
//#include <boost/iostreams/device/file.hpp>
|
||||
//#include <boost/iostreams/filter/gzip.hpp>
|
||||
//#include <boost/iostreams/filtering_streambuf.hpp>
|
||||
#include <boost/iterator/indirect_iterator.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
|
@ -59,8 +59,7 @@ target_link_libraries(lyx
|
||||
support
|
||||
intl
|
||||
${QT_QTMAIN_LIBRARY}
|
||||
boost_filesystem
|
||||
boost_iostreams)
|
||||
boost_filesystem)
|
||||
|
||||
if(ASPELL_FOUND)
|
||||
target_link_libraries(lyx ${ASPELL_LIBRARY})
|
||||
|
@ -56,7 +56,6 @@ endif()
|
||||
|
||||
target_link_libraries(tex2lyx
|
||||
support
|
||||
boost_iostreams
|
||||
boost_filesystem
|
||||
boost_regex
|
||||
${QT_QTCORE_LIBRARY}
|
||||
|
Loading…
Reference in New Issue
Block a user