From: vsr Date: Thu, 31 Oct 2013 10:17:43 +0000 (+0000) Subject: Add missing link dependency (libcgns depends on hdf5 but does not link against libhdf... X-Git-Tag: V7_3_0a1~95 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=e8f2021b3acd2bdcd25333cc92ff00439caf4754 Add missing link dependency (libcgns depends on hdf5 but does not link against libhdf5 on Linux) --- diff --git a/src/DriverCGNS/CMakeLists.txt b/src/DriverCGNS/CMakeLists.txt index 73ddb157f..192fab606 100644 --- a/src/DriverCGNS/CMakeLists.txt +++ b/src/DriverCGNS/CMakeLists.txt @@ -40,6 +40,7 @@ ADD_DEFINITIONS( # libraries to link to SET(_link_LIBRARIES ${CGNS_LIBRARIES} + ${HDF5_LIBRARIES} MeshDriver SMESHUtils )