Salome HOME
Add missing link dependency (libcgns depends on hdf5 but does not link against libhdf...
[modules/smesh.git] / src / DriverCGNS / CMakeLists.txt
index 73ddb157f193462e4d80313b4e83bf27ae3f36ed..192fab606267581f91a8cfbf54d8ac3d04350820 100644 (file)
@@ -40,6 +40,7 @@ ADD_DEFINITIONS(
 # libraries to link to
 SET(_link_LIBRARIES
   ${CGNS_LIBRARIES}
+  ${HDF5_LIBRARIES}
   MeshDriver
   SMESHUtils
 )