1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00

clean up of CMakeLists

This commit is contained in:
Oliver Hahn 2020-11-05 16:35:12 +01:00
parent 210bde40fb
commit 9249da5aee

View file

@ -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)