Skip to content

Commit 17b0c3d

Browse files
authored
CMake: ABLASTR FFT AMReX (#5548)
Complete the control for AMReX_FFT through pure ABLASTR super-builds.
1 parent 09ab371 commit 17b0c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies/AMReX.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ macro(find_amrex)
5151
set(AMReX_OMP OFF CACHE INTERNAL "")
5252
endif()
5353

54-
if(WarpX_FFT)
54+
if(WarpX_FFT OR ABLASTR_FFT)
5555
set(AMReX_FFT ON CACHE INTERNAL "")
5656
else()
5757
set(AMReX_FFT OFF CACHE INTERNAL "")

0 commit comments

Comments
 (0)