Skip to content

Commit

Permalink
Correct style issues found by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Jan 23, 2025
1 parent fed41cc commit 5b78091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/modules/ConfigureCUDA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5b78091

Please sign in to comment.