Skip to content

Commit

Permalink
Remove redundant cmake from example. (#2804)
Browse files Browse the repository at this point in the history
This block is repeated twice.
  • Loading branch information
alliepiper authored Nov 13, 2024
1 parent 18043cb commit 2e573be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/cudax_stf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ if(NOT DEFINED CMAKE_CUDA_ARCHITECTURES)
set(CMAKE_CUDA_ARCHITECTURES native)
endif()

# Default to building for the GPU on the current system
if(NOT DEFINED CMAKE_CUDA_ARCHITECTURES)
set(CMAKE_CUDA_ARCHITECTURES native)
endif()

# If you're building an executable
add_executable(simple_stf simple_stf.cu)

Expand Down

0 comments on commit 2e573be

Please sign in to comment.