From: bangerth Date: Fri, 20 Dec 2013 08:24:48 +0000 (+0000) Subject: Also link with boost::iostreams. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a3d5b824a1e2de2b0cb80f9f4efffcee73fab42;p=dealii-svn.git Also link with boost::iostreams. git-svn-id: https://svn.dealii.org/trunk@32067 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/configure/configure_boost.cmake b/deal.II/cmake/configure/configure_boost.cmake index 9571fe9b0e..a3efb533e5 100644 --- a/deal.II/cmake/configure/configure_boost.cmake +++ b/deal.II/cmake/configure/configure_boost.cmake @@ -48,9 +48,9 @@ MACRO(FEATURE_BOOST_FIND_EXTERNAL var) ENDIF() IF(DEAL_II_WITH_THREADS) - SET(_boost_components serialization system thread) + SET(_boost_components iostreams serialization system thread) ELSE() - SET(_boost_components serialization system) + SET(_boost_components iostreams serialization system) ENDIF() #