From 894b6b5da3e8e40b24c067aa9a05720a7aae8de2 Mon Sep 17 00:00:00 2001 From: maier Date: Fri, 28 Sep 2012 15:38:36 +0000 Subject: [PATCH] Bugfix: Actually install the boost headers... git-svn-id: https://svn.dealii.org/branches/branch_cmake@26849 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/configure/configure_boost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.5