From 9a3d5b824a1e2de2b0cb80f9f4efffcee73fab42 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 20 Dec 2013 08:24:48 +0000 Subject: [PATCH] Also link with boost::iostreams. git-svn-id: https://svn.dealii.org/trunk@32067 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/configure/configure_boost.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() # -- 2.39.5