From e8f2021b3acd2bdcd25333cc92ff00439caf4754 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 31 Oct 2013 10:17:43 +0000 Subject: [PATCH] Add missing link dependency (libcgns depends on hdf5 but does not link against libhdf5 on Linux) --- src/DriverCGNS/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DriverCGNS/CMakeLists.txt b/src/DriverCGNS/CMakeLists.txt index 73ddb157f..192fab606 100644 --- a/src/DriverCGNS/CMakeLists.txt +++ b/src/DriverCGNS/CMakeLists.txt @@ -40,6 +40,7 @@ ADD_DEFINITIONS( # libraries to link to SET(_link_LIBRARIES ${CGNS_LIBRARIES} + ${HDF5_LIBRARIES} MeshDriver SMESHUtils ) -- 2.30.2