From: maier Date: Fri, 28 Sep 2012 15:38:36 +0000 (+0000) Subject: Bugfix: Actually install the boost headers... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894b6b5da3e8e40b24c067aa9a05720a7aae8de2;p=dealii-svn.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 )