Skip to content

Commit

Permalink
fix Cuda executor selection
Browse files Browse the repository at this point in the history
Fix typo in CMake
  • Loading branch information
psychocoderHPC committed Dec 13, 2024
1 parent 3824dd9 commit a4e4b9e
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 @@ -224,5 +224,5 @@ if(NOT alpaka_EXEC_CpuOmpBlocksAndThreads)
endif()
option(alpaka_EXEC_GpuCuda "Enable/Disable openMP blocks exeexecutor" ON)
if(NOT alpaka_EXEC_GpuCuda)
target_compile_definitions(alpaka INTERFACE alpaka_DISABLE_EXEC_GpuCuda)
target_compile_definitions(alpaka INTERFACE ALPAKA_DISABLE_EXEC_GpuCuda)
endif()

0 comments on commit a4e4b9e

Please sign in to comment.