]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make sure all Kokkos headers are installed 14752/head
authorSimon Sticko <simon@sticko.se>
Wed, 1 Feb 2023 18:30:24 +0000 (19:30 +0100)
committerSimon Sticko <simon@sticko.se>
Wed, 1 Feb 2023 21:17:05 +0000 (22:17 +0100)
One of the Kokkos headers has a .h extension and not .hpp as the
others. Add *.h to the the pattern of headers we copy over when we
install the library.

bundled/CMakeLists.txt

index 6027481e90d3558d445f359f767e60c64c4df22a..c922570200a10a40b597e1c3e14aa1498245e652 100644 (file)
@@ -52,7 +52,9 @@ if(DEAL_II_FEATURE_KOKKOS_BUNDLED_CONFIGURED)
     ${KOKKOS_FOLDER}/tpls/desul/include/
     DESTINATION ${DEAL_II_INCLUDE_RELDIR}/deal.II/bundled
     COMPONENT library
-    FILES_MATCHING PATTERN "*.hpp"
+    FILES_MATCHING
+    PATTERN "*.hpp"
+    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.