Skip to content

Commit

Permalink
Update Src/CMakeLists.txt
Browse files Browse the repository at this point in the history
Use AMReX_OPENPMD instead of AMReX_OPENPMD_API

Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
  • Loading branch information
guj and ax3l authored Feb 22, 2024
1 parent 5089ffe commit fe80e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ if (AMReX_HDF5)
add_subdirectory(Extern/HDF5)
endif ()

if (AMReX_OPENPMD_API)
if (AMReX_OPENPMD)
add_subdirectory(Extern/openPMD-api)
endif()

Expand Down

0 comments on commit fe80e2c

Please sign in to comment.