From: maier Date: Fri, 21 Sep 2012 23:52:09 +0000 (+0000) Subject: Bugfix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52dd87c0a5d5b605b2387d7b62ccefa924c7ef6c;p=dealii-svn.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@26619 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/configure/configure_boost.cmake b/deal.II/cmake/configure/configure_boost.cmake index 1ac54f7ef0..467239ad82 100644 --- a/deal.II/cmake/configure/configure_boost.cmake +++ b/deal.II/cmake/configure/configure_boost.cmake @@ -38,7 +38,7 @@ MACRO(FEATURE_BOOST_CONFIGURE_EXTERNAL var) ) ELSE() LIST(APPEND DEAL_II_EXTERNAL_LIBRARIES - ${Boost_THREAD_LIBRARY} ${Boost_SERIALIZATION_LIBRARY} + ${Boost_THREAD_LIBRARY_RELEASE} ${Boost_SERIALIZATION_LIBRARY_RELEASE} ) ENDIF()