Skip to content
Snippets Groups Projects
Commit 46b97a4b authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix linkage on Ubuntu 18.04

parent a76e76a6
Branches
Tags
1 merge request!11Feature/mpi
......@@ -271,8 +271,9 @@ add_executable(
# Libraries
target_link_libraries(
pastis
PastisMesh
PastisUtils
kokkos
${PARMETIS_LIBRARIES}
${MPI_CXX_LINK_FLAGS} ${MPI_CXX_LIBRARIES}
PastisMesh
PastisUtils)
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment