From 2490fcca1a77c8a3d6bc233a111ddacd369f1695 Mon Sep 17 00:00:00 2001 From: Sam Austin Date: Wed, 11 Mar 2026 18:15:47 -0400 Subject: [PATCH 1/2] Updated CMakeLists.txt --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cd7b1e9db1..a9a421db91 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -239,7 +239,7 @@ install( FILES # See https://gitlab.kitware.com/cmake/cmake/-/issues/19189 install( DIRECTORY t8_helper_functions - DESTINATION PRIVATE_HEADER + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} FILES_MATCHING PATTERN "*.h" PATTERN "*.hxx" From cdeccc3ab3f0ff2caad0a0dceccc315e1d5cd9cf Mon Sep 17 00:00:00 2001 From: Sam Austin Date: Thu, 12 Mar 2026 15:58:52 -0400 Subject: [PATCH 2/2] Added author contribution --- doc/author_austin.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/author_austin.txt diff --git a/doc/author_austin.txt b/doc/author_austin.txt new file mode 100644 index 0000000000..396dab40a5 --- /dev/null +++ b/doc/author_austin.txt @@ -0,0 +1 @@ +I place my contributions to t8code under the FreeBSD license. Sam Austin