From: Matthias Maier Date: Fri, 28 Sep 2012 15:38:36 +0000 (+0000) Subject: Bugfix: Actually install the boost headers... X-Git-Tag: v8.0.0~1079^2~581 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f3360bbb0a15ec45661524607d7b0375ab213d;p=dealii.git Bugfix: Actually install the boost headers... git-svn-id: https://svn.dealii.org/branches/branch_cmake@26849 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/configure/configure_boost.cmake b/deal.II/cmake/configure/configure_boost.cmake index e0a8038929..0fdcd05a95 100644 --- a/deal.II/cmake/configure/configure_boost.cmake +++ b/deal.II/cmake/configure/configure_boost.cmake @@ -74,7 +74,7 @@ MACRO(FEATURE_BOOST_CONFIGURE_CONTRIB var) INSTALL(DIRECTORY ${boost_folder}/include/boost DESTINATION ${DEAL_II_INCLUDE_RELDIR}/deal.II/contrib COMPONENT library - FILES_MATCHING PATTERN "*.h" + FILES_MATCHING PATTERN "*.hh" PATTERN ".svn" EXCLUDE )