From d64d966d026b0bc07529a0328b8607036ecc24d6 Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Sat, 8 Jun 2024 14:14:17 +0200 Subject: [PATCH] Fix linkage for pugs_checkpoint when HDF5 is not used --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 54f37abc8..94da14ad5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -643,6 +643,8 @@ target_link_libraries( PugsDev PugsAnalysis PugsAlgebra + PugsMesh + PugsOutput Kokkos::kokkos ${PETSC_LIBRARIES} ${SLEPC_LIBRARIES} -- GitLab