cnpy: add zlib dependency. (#13016)
This commit is contained in:
parent
210dd594a1
commit
58c01792ef
1 changed files with 2 additions and 0 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue