Package: openems / 0.0.35+dfsg.1-3

0004-link-more.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Sun, 20 Nov 2016 22:40:17 +0000
Subject: link more

---
 AppCSXCAD/CMakeLists.txt | 1 +
 openEMS/CMakeLists.txt   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/AppCSXCAD/CMakeLists.txt b/AppCSXCAD/CMakeLists.txt
index d5a72c9..2d4b11b 100644
--- a/AppCSXCAD/CMakeLists.txt
+++ b/AppCSXCAD/CMakeLists.txt
@@ -157,6 +157,7 @@ TARGET_LINK_LIBRARIES( AppCSXCAD
   ${HDF5_HL_LIBRARIES}
   ${QT_LIBRARIES}
   ${vtk_LIBS}
+  hdf5_serial_hl
 )
 
 #
diff --git a/openEMS/CMakeLists.txt b/openEMS/CMakeLists.txt
index 5504590..794a498 100644
--- a/openEMS/CMakeLists.txt
+++ b/openEMS/CMakeLists.txt
@@ -184,6 +184,7 @@ TARGET_LINK_LIBRARIES( openEMS
   ${Boost_LIBRARIES}
   ${vtk_LIBS}
   ${MPI_LIBRARIES}
+  hdf5_serial_hl
 )
 
 # main program