From d0eada85a3e9769b43164b3c529e926202a7dfb2 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Sun, 10 Aug 2025 22:41:25 -0400 Subject: [PATCH] Support both CUDA 12 and 13 cccl header locations (#2543) --- CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38dcca9f..4088b71f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -704,8 +704,14 @@ target_include_directories( CUTLASS SYSTEM INTERFACE $ - $ ) +if(CUDA_VERSION VERSION_GREATER_EQUAL 13.0) + target_include_directories( + CUTLASS + SYSTEM INTERFACE + $ + ) +endif() install( DIRECTORY