Skip to content

Commit

Permalink
CMake: ABLASTR FFT AMReX (#5548)
Browse files Browse the repository at this point in the history
Complete the control for AMReX_FFT through pure ABLASTR super-builds.
  • Loading branch information
ax3l authored Jan 9, 2025
1 parent 09ab371 commit 17b0c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/AMReX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ macro(find_amrex)
set(AMReX_OMP OFF CACHE INTERNAL "")
endif()

if(WarpX_FFT)
if(WarpX_FFT OR ABLASTR_FFT)
set(AMReX_FFT ON CACHE INTERNAL "")
else()
set(AMReX_FFT OFF CACHE INTERNAL "")
Expand Down

0 comments on commit 17b0c3d

Please sign in to comment.