]> git.lyx.org Git - features.git/commitdiff
boost::iostreams is not used nor compiled.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 23 May 2008 15:49:16 +0000 (15:49 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 23 May 2008 15:49:16 +0000 (15:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24917 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/boost/libs/iostreams/CMakeLists.txt [deleted file]

diff --git a/development/cmake/boost/libs/iostreams/CMakeLists.txt b/development/cmake/boost/libs/iostreams/CMakeLists.txt
deleted file mode 100644 (file)
index 35bf634..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# This file is part of LyX, the document processor.
-# Licence details can be found in the file COPYING.
-#
-# Copyright (c) 2006, Peter Kümmel, <syntheticpp@gmx.net>
-#
-
-project(boost_iostreams)
-
-set(boost_iostreams_sources
-       file_descriptor.cpp
-       mapped_file.cpp
-       zlib.cpp)
-
-lyx_add_path(boost_iostreams_sources ${TOP_SRC_DIR}/boost/libs/iostreams/src)
-
-include_directories(${ZLIB_INCLUDE_DIR})
-
-if(NOT MERGE_FILES)
-       add_library(boost_iostreams STATIC ${boost_iostreams_sources})
-else()
-       lyx_const_touched_files(_allinone  boost_iostreams_sources)
-       add_library(boost_iostreams STATIC ${_allinone_files})
-endif()
-
-target_link_libraries(boost_iostreams ${ZLIB_LIBRARY})
-