Build fixes for Beeston

This commit is contained in:
Guilhem Lavaux 2018-03-19 23:17:38 +01:00
parent 4f250969ac
commit 3c976b8f8d
3 changed files with 3 additions and 2 deletions

View file

@ -78,7 +78,7 @@ if(YORICK_SUPPORT)
endif(YORICK_SUPPORT)
if (HDF5_FOUND)
set(CosmoTool_LIBS ${CosmoTool_LIBS} ${HDF5_LIBRARIES} ${HDF5_HL_LIBRARIES} ${HDF5_CXX_LIBRARIES} ${ZLIB})
set(CosmoTool_LIBS ${CosmoTool_LIBS} ${HDF5_CXX_LIBRARIES} ${HDF5_HL_LIBRARIES} ${HDF5_LIBRARIES} ${ZLIB})
message(STATUS "CosmoTool_LIBS: ${CosmoTool_LIBS}")
endif (HDF5_FOUND)