cnpy: add zlib dependency. (#13016)

This commit is contained in:
Toyohisa Kameyama 2019-10-03 02:54:31 +09:00 committed by Adam J. Stewart
parent 210dd594a1
commit 58c01792ef

View file

@ -16,6 +16,8 @@ class Cnpy(CMakePackage):
version('master', branch='master')
depends_on('zlib', type='link')
def cmake_args(self):
args = []
if sys.platform == 'darwin':