From 5b780910adceaacad226fe27388df1bbe0317ec4 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Thu, 23 Jan 2025 15:45:06 -0500 Subject: [PATCH] Correct style issues found by CI --- cpp/cmake/modules/ConfigureCUDA.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/cmake/modules/ConfigureCUDA.cmake b/cpp/cmake/modules/ConfigureCUDA.cmake index 7b4740fda7..fbf4428650 100644 --- a/cpp/cmake/modules/ConfigureCUDA.cmake +++ b/cpp/cmake/modules/ConfigureCUDA.cmake @@ -32,7 +32,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) # Allow invalid CUDA kernels in the short term if(CMAKE_CUDA_COMPILER_VERSION VERSION_GREATER_EQUAL 12.8.0) - list(APPEND RAFT_CUDA_FLAGS -static-global-template-stub=false ) + list(APPEND RAFT_CUDA_FLAGS -static-global-template-stub=false) endif() endif()