Salome HOME
Add missing link dependency (libcgns depends on hdf5 but does not link against libhdf...
authorvsr <vsr@opencascade.com>
Thu, 31 Oct 2013 10:17:43 +0000 (10:17 +0000)
committervsr <vsr@opencascade.com>
Thu, 31 Oct 2013 10:17:43 +0000 (10:17 +0000)
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
 )