spath: zlib is a link dependency (#23303)
This commit is contained in:
parent
d9804d31f9
commit
19c2ad8185
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user