Skip to content
Snippets Groups Projects
Commit b3448c04 authored by Valeriu Codreanu's avatar Valeriu Codreanu
Browse files

small typo in CMake for nbody/DSDE

parent c9a4980e
Branches
No related merge requests found
......@@ -23,7 +23,7 @@ if (MPI_FOUND)
include_directories(${MPI_INCLUDE_PATH})
add_executable(${NAME} main.c configuration.c mpicomm.c mpitypes.c particles.c random.c simulation.c vector.c)
target_link_libraries(${NAME} ${MPI_LIBRARIES} stdc++)
install(TARGETS ${NAME_MPI} DESTINATION bin)
install(TARGETS ${NAME} DESTINATION bin)
message("** Enabling '${NAME}': with MPI")
else()
message("## Skipping '${NAME}': no MPI support found")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment