Changed cmake variables again

This commit is contained in:
Guilhem Lavaux 2015-10-29 11:06:23 +01:00
parent 4edc1bd641
commit da01fc87b6

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_CPP_LIBRARY} ${HDF5_LIBRARY} ${ZLIB})
set(CosmoTool_LIBS ${CosmoTool_LIBS} ${HDF5_CXX_LIBRARIES} ${HDF5_C_LIBRARIES} ${ZLIB})
include_directories(${HDF5_INCLUDE_DIRS})
endif (HDF5_FOUND)