Add missing link dependency (libcgns depends on hdf5 but does not link against libhdf5 on Linux)

This commit is contained in:
vsr 2013-10-31 10:17:43 +00:00
parent f62c72a07d
commit e8f2021b3a

View File

@ -40,6 +40,7 @@ ADD_DEFINITIONS(
# libraries to link to
SET(_link_LIBRARIES
${CGNS_LIBRARIES}
${HDF5_LIBRARIES}
MeshDriver
SMESHUtils
)