Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Nov 9, 2023
1 parent 7debd34 commit 2d1e9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ check_language(CUDA)

if(CMAKE_CUDA_COMPILER AND USEGPU)
set(USEGPU ON)
enable_language(CUDA)
enable_language(CUDA)
if (CUDA_VERSION_MAJOR STREQUAL "10")
set(CUDA_ARCH_LIST "35;37;50;72;75")
elseif (CUDA_VERSION_MAJOR STREQUAL "11")
Expand Down

0 comments on commit 2d1e9b5

Please sign in to comment.