Skip to content

Commit

Permalink
Fix create_test_project cmake macro gpu arch init
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Dec 12, 2023
1 parent d8b2bfc commit 09d72ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ endif()
macro(create_test_project)
enable_testing()
# Handle CMAKE_CUDA_ARCHITECTURES and inject code into the tests project() command
flamegpu_init_cuda_architectures(PROJECT tests_mpi)
flamegpu_init_cuda_architectures(PROJECT ${ARGV0})
# Name the project and set languages
project(${ARGV0} CUDA CXX)
# Include common rules.
Expand Down

0 comments on commit 09d72ea

Please sign in to comment.