HDF5 fixups

This commit is contained in:
Guilhem Lavaux 2015-12-17 09:55:41 +01:00
parent 0d3a4b6195
commit 69460fcb96
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ if(YORICK_SUPPORT)
include_directories(${NETCDF_INCLUDE_PATH} ${NETCDFCPP_INCLUDE_PATH})
endif(YORICK_SUPPORT)
if (HDF5_FOUND)
set(CosmoTool_LIBS ${CosmoTool_LIBS} ${HDF5_CXX_LIBRARIES} ${HDF5_C_LIBRARIES} ${ZLIB})
set(CosmoTool_LIBS ${CosmoTool_LIBS} ${HDF5_LIBRARIES} ${HDF5_C_LIBRARY} ${ZLIB})
include_directories(${HDF5_INCLUDE_DIRS})
endif (HDF5_FOUND)