mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +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
|
||||
SET(_link_LIBRARIES
|
||||
${CGNS_LIBRARIES}
|
||||
${HDF5_LIBRARIES}
|
||||
MeshDriver
|
||||
SMESHUtils
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user