Skip to content

Commit

Permalink
Fix CMake build with external AMReX
Browse files Browse the repository at this point in the history
  • Loading branch information
sayerhs committed Nov 10, 2020
1 parent 7f3c17b commit e8ee31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/amr-wind-utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ macro(init_amrex)
else()
set(CMAKE_PREFIX_PATH ${AMREX_DIR} ${CMAKE_PREFIX_PATH})
list(APPEND AMREX_COMPONENTS
"3D" "PIC" "PARTICLES" "DPARTICLES" "DP" "LSOLVERS")
"3D" "PIC" "PARTICLES" "PDOUBLE" "DOUBLE" "LSOLVERS")
if (AMR_WIND_ENABLE_MPI)
list(APPEND AMREX_COMPONENTS "MPI")
endif()
Expand Down

0 comments on commit e8ee31b

Please sign in to comment.