From 7cb15090febcffd03d9f99c32e0e994fa6bc03f4 Mon Sep 17 00:00:00 2001 From: Brian O'Neill Date: Wed, 4 Dec 2024 16:30:05 -0600 Subject: [PATCH] Linting fix --- components/omega/OmegaBuild.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/omega/OmegaBuild.cmake b/components/omega/OmegaBuild.cmake index 6dbaf36657ca..5e1b67487103 100644 --- a/components/omega/OmegaBuild.cmake +++ b/components/omega/OmegaBuild.cmake @@ -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)