From 46b97a4b3725c1c097e517a7c27bca28c4ef9f0a Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Mon, 8 Apr 2019 17:32:30 +0200 Subject: [PATCH] Fix linkage on Ubuntu 18.04 --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cd483ff5..53ae505bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) +) -- GitLab