Skip to content

Commit

Permalink
Add CMake flag for umpire/fmt
Browse files Browse the repository at this point in the history
nselliott committed Nov 5, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent b12b65a commit 703ac02
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ set(ENABLE_TESTS Off CACHE BOOL "")
set(UMPIRE_ENABLE_SLIC Off CACHE BOOL "")
set(ENABLE_MPI On CACHE BOOL "")
set(CUDA_SEPARABLE_COMPILATION On CACHE BOOL "")
set(UMPIRE_FMT_TARGET "fmt::fmt" CACHE STRING "")
set(UMPIRE_ENABLE_LOGGING On CACHE BOOL "")
set(UMPIRE_ENABLE_BACKTRACE On CACHE BOOL "")
set(UMPIRE_ENABLE_IPC_SHARED_MEMORY On CACHE BOOL "")

0 comments on commit 703ac02

Please sign in to comment.