Skip to content

Commit

Permalink
update amrex version when checking for pre-installed version (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxThevenet authored Nov 3, 2023
1 parent c17d8bc commit 3917bf1
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 @@ -143,7 +143,7 @@ macro(find_amrex)
else()
message(STATUS "Searching for pre-installed AMReX ...")
set(COMPONENT_PRECISION ${HiPACE_PRECISION} P${HiPACE_PRECISION})
find_package(AMReX 21.08 CONFIG REQUIRED COMPONENTS 3D ${COMPONENT_PRECISION} PARTICLES)
find_package(AMReX 23.10 CONFIG REQUIRED COMPONENTS 3D ${COMPONENT_PRECISION} PARTICLES)
# note: TINYP skipped because user-configured and optional

# AMReX CMake helper scripts
Expand Down

0 comments on commit 3917bf1

Please sign in to comment.