From e8143f52bb3812cf1fe496a2a5622cd3404b5720 Mon Sep 17 00:00:00 2001 From: andrewwhitecdw Date: Mon, 10 Aug 2026 20:34:30 -0500 Subject: [PATCH] fix: install header patterns use wrong csrc/ prefix and missing Signed-off-by: andrewwhitecdw --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b9241d253c..374074faf67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -565,9 +565,9 @@ install(DIRECTORY "${NVFUSER_SRCS_DIR}/" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/nvfuser" FILES_MATCHING PATTERN "*.h" - PATTERN "csrc/C++20/compare" - PATTERN "csrc/C++23/utility" - PATTERN "csrc/struct.inl") + PATTERN "C++20/compare" EXCLUDE + PATTERN "C++23/utility" + PATTERN "struct.inl") # installing dynamic_type headers install(DIRECTORY "${NVFUSER_ROOT}/lib/dynamic_type/src/dynamic_type"