From e7b60cf90caea4a103ec858b7dd32db1941ad3bf Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Wed, 26 Apr 2017 20:00:25 +0200 Subject: [PATCH] Revert "Install muparser headers" --- bundled/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) 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() -- 2.39.5