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

Add missing linking dependencies

These dependencies are needed for shared libraries linkage
parent 552163e9
No related branches found
No related tags found
1 merge request!31Feature/cmake
...@@ -25,6 +25,8 @@ add_executable (mpi_unit_tests ...@@ -25,6 +25,8 @@ add_executable (mpi_unit_tests
target_link_libraries (unit_tests target_link_libraries (unit_tests
PugsUtils PugsUtils
kokkos kokkos
${PARMETIS_LIBRARIES}
${MPI_CXX_LINK_FLAGS} ${MPI_CXX_LIBRARIES}
Catch2 Catch2
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment