]> git.lyx.org Git - lyx.git/commitdiff
cmake: remove boost::iostreams from build system
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 25 Nov 2007 18:27:36 +0000 (18:27 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 25 Nov 2007 18:27:36 +0000 (18:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21777 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/boost/libs/CMakeLists.txt
development/cmake/pcheaders.h
development/cmake/src/CMakeLists.txt
development/cmake/src/tex2lyx/CMakeLists.txt

index bc4e7188315dbcf639f2e20bd4144f98075d39cc..b2a5655dfef0f1596fe6cade9b25d8bd89852a31 100644 (file)
@@ -7,7 +7,7 @@
 project(boost)
 
 add_subdirectory(filesystem) 
-add_subdirectory(iostreams) 
+#add_subdirectory(iostreams) 
 add_subdirectory(regex) 
 add_subdirectory(signals) 
 
index 228efefdefce3a997df09f2c57d7637d8562c4db..c517dbe1510563ade7d12049abdcc9ee17ea97a0 100644 (file)
@@ -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>
index 0574a8153e14ff6ffbd47a54cc233c983588ca76..0918f36768d218cd9f6fae1c359b2a5add484a56 100644 (file)
@@ -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})
index 56fe951f321c06eca53bd3dcbf449bc562f877d8..d1fa60fc23f089253d5b7f336ea2d3d3f97db945 100644 (file)
@@ -56,7 +56,6 @@ endif()
 
 target_link_libraries(tex2lyx  
        support
-       boost_iostreams
        boost_filesystem
        boost_regex
        ${QT_QTCORE_LIBRARY}