From fe80e2cc6bf130e0cd17851d16c26642c7a5f0bd Mon Sep 17 00:00:00 2001 From: Junmin Gu Date: Thu, 22 Feb 2024 14:15:52 -0800 Subject: [PATCH] Update Src/CMakeLists.txt Use AMReX_OPENPMD instead of AMReX_OPENPMD_API Co-authored-by: Axel Huebl --- Src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/CMakeLists.txt b/Src/CMakeLists.txt index f1be5e7677b..e25a9cd4a64 100644 --- a/Src/CMakeLists.txt +++ b/Src/CMakeLists.txt @@ -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()