Added ZLIB

This commit is contained in:
Guilhem Lavaux 2015-04-27 17:34:34 +02:00
parent 5b6f0ab4ae
commit e90facc715
2 changed files with 2 additions and 0 deletions

View file

@ -49,6 +49,7 @@ IF(YORICK_SUPPORT)
ENDIF(YORICK_SUPPORT)
find_program(CYTHON cython)
find_library(ZLIB z)
if(HDF5_ROOTDIR)
SET(ENV{HDF5_ROOT} ${HDF5_ROOTDIR})