From 9249da5aeeebf75e4cbbdfdc2e6af13c6a774b25 Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Thu, 5 Nov 2020 16:35:12 +0100 Subject: [PATCH] clean up of CMakeLists --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dfe47eb..cb64fa4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -274,7 +274,9 @@ if(ENABLE_GENERICIO) target_compile_definitions(${PRGNAME} PRIVATE "ENABLE_GENERICIO") endif() -option(ENABLE_AMReX "Enable AMReX support (as a submodule)." OFF) +######################################################################################################################## +# include AMReX, needed only for the NyX output plugin +option(ENABLE_AMReX "Enable AMReX (NyX) support (as a submodule)." OFF) if(ENABLE_AMReX) include(${CMAKE_CURRENT_SOURCE_DIR}/external/AMReX.cmake)