From: Denis Davydov Date: Wed, 26 Apr 2017 18:00:25 +0000 (+0200) Subject: Revert "Install muparser headers" X-Git-Tag: v9.0.0-rc1~1643^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4324%2Fhead;p=dealii.git Revert "Install muparser headers" --- diff --git a/bundled/CMakeLists.txt b/bundled/CMakeLists.txt index 915faf0afb..acc7f66f26 100644 --- a/bundled/CMakeLists.txt +++ b/bundled/CMakeLists.txt @@ -64,12 +64,6 @@ ENDIF() IF(FEATURE_MUPARSER_BUNDLED_CONFIGURED) ADD_SUBDIRECTORY(${MUPARSER_FOLDER}) - INSTALL(DIRECTORY - ${MUPARSER_FOLDER}/include/ - DESTINATION ${DEAL_II_INCLUDE_RELDIR}/deal.II/bundled - COMPONENT library - FILES_MATCHING PATTERN "*.h" - ) ENDIF()