Adjusted all paths for HDF5

This commit is contained in:
Guilhem Lavaux 2015-10-22 13:20:33 +02:00
parent 0096b696a3
commit bd6853d96d
4 changed files with 10 additions and 22 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_LIBRARIES})
set(CosmoTool_LIBS ${CosmoTool_LIBS} ${HDF5_CXX_LIBRARY} ${HDF5_C_LIBRARY} ${ZLIB})
include_directories(${HDF5_INCLUDE_DIRS})
endif (HDF5_FOUND)