spath: zlib is a link dependency (#23303)

This commit is contained in:
eugeneswalker 2021-04-28 03:52:45 -07:00 committed by GitHub
parent d9804d31f9
commit 19c2ad8185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ class Spath(CMakePackage):
variant('mpi', default=True, description="Build with MPI support.")
depends_on('mpi', when='+mpi')
depends_on('zlib', type='link')
def cmake_args(self):
args = []