From: maier Date: Fri, 9 Nov 2012 12:54:39 +0000 (+0000) Subject: Bugfix: Install all necessary boost headers... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39cad1eb30e3d64698facc6414abe28dfae3f9f;p=dealii-svn.git Bugfix: Install all necessary boost headers... git-svn-id: https://svn.dealii.org/branches/branch_cmake@27487 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/bundled/CMakeLists.txt b/deal.II/bundled/CMakeLists.txt index 3ab83a3989..cd3b79fda0 100644 --- a/deal.II/bundled/CMakeLists.txt +++ b/deal.II/bundled/CMakeLists.txt @@ -31,7 +31,7 @@ IF(FEATURE_BOOST_BUNDLED_CONFIGURED) INSTALL(DIRECTORY ${BOOST_FOLDER}/include/boost DESTINATION ${DEAL_II_INCLUDE_RELDIR}/deal.II/bundled COMPONENT library - FILES_MATCHING PATTERN "*.hpp" + FILES_MATCHING PATTERN "*.?pp" PATTERN ".svn" EXCLUDE )