]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Install muparser headers 4298/head
authorTimo Heister <timo.heister@gmail.com>
Sun, 23 Apr 2017 21:29:41 +0000 (17:29 -0400)
committerTimo Heister <timo.heister@gmail.com>
Sun, 23 Apr 2017 21:32:49 +0000 (17:32 -0400)
This fixes compilation error introduced by #4285 (muparser.h now
needs to be accessible for user projects).

bundled/CMakeLists.txt

index acc7f66f2628cb9b7c49db2336f71b26c4550acb..915faf0afbc0692951f98bfb32dc2a35eb74ff6a 100644 (file)
@@ -64,6 +64,12 @@ 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()
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.