cmake: make mpi public again

This commit is contained in:
Christoph Junghans
2020-03-27 15:01:51 -06:00
parent 6f8915e0a5
commit 16ac65e8cf
2 changed files with 4 additions and 6 deletions

View File

@ -11,4 +11,4 @@ else()
endif()
add_executable(simple simple.cpp)
target_link_libraries(simple LAMMPS::lammps MPI::MPI_CXX)
target_link_libraries(simple LAMMPS::lammps)