Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-oneill committed Dec 4, 2024
1 parent 38d5c19 commit 7cb1509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/omega/OmegaBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ macro(update_variables)
option(OMEGA_MPI_ON_DEVICE "Allow device buffers in MPI communication (default ON)." ON)
endif()

option(OMEGA_CUDA_MALLOC_ASYNC "Enable CUDA async support (default OFF)." OFF)
option(OMEGA_CUDA_MALLOC_ASYNC "Enable CUDA async support (default OFF)." OFF)

set(OMEGA_TARGET_DEVICE FALSE)

Expand Down

0 comments on commit 7cb1509

Please sign in to comment.