mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Add missing link dependency (libcgns depends on hdf5 but does not link against libhdf5 on Linux)
This commit is contained in:
parent
f62c72a07d
commit
e8f2021b3a
@ -40,6 +40,7 @@ ADD_DEFINITIONS(
|
|||||||
# libraries to link to
|
# libraries to link to
|
||||||
SET(_link_LIBRARIES
|
SET(_link_LIBRARIES
|
||||||
${CGNS_LIBRARIES}
|
${CGNS_LIBRARIES}
|
||||||
|
${HDF5_LIBRARIES}
|
||||||
MeshDriver
|
MeshDriver
|
||||||
SMESHUtils
|
SMESHUtils
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user