spath: zlib is a link dependency (#23303)
This commit is contained in:
@@ -21,6 +21,7 @@ class Spath(CMakePackage):
|
|||||||
|
|
||||||
variant('mpi', default=True, description="Build with MPI support.")
|
variant('mpi', default=True, description="Build with MPI support.")
|
||||||
depends_on('mpi', when='+mpi')
|
depends_on('mpi', when='+mpi')
|
||||||
|
depends_on('zlib', type='link')
|
||||||
|
|
||||||
def cmake_args(self):
|
def cmake_args(self):
|
||||||
args = []
|
args = []
|
||||||
|
Reference in New Issue
Block a user