mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +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)
|
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)
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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})
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user