ECP-copa/ExaMiniMD

Typo for enable MPI compile definition in src/CMakeLists.txt

akhilred36 opened this issue · 1 comments

compile definition should be
target_compile_definitions(ExaMiniMD PRIVATE EXAMINIMD_ENABLE_MPI) , but currently is
target_compile_definitions(ExaMiniMD PRIVATE EXAMIND_ENABLE_MPI)

@akhilred36 thanks for reporting.