ngmlr: add zlib dependency. (#13041)

This commit is contained in:
Toyohisa Kameyama 2019-10-04 12:18:12 +09:00 committed by Adam J. Stewart
parent 4e7ea627c8
commit c97be22ff5

View File

@ -15,3 +15,5 @@ class Ngmlr(CMakePackage):
url = "https://github.com/philres/ngmlr/archive/v0.2.5.tar.gz"
version('0.2.5', '1b2b1aaeb6a3accc8b9f3e5c29e77037')
depends_on('zlib', type='link')