cistem: add missing dependency on libtiff (#29599)

This commit is contained in:
Glenn Johnson
2022-03-21 09:15:59 -05:00
committed by GitHub
parent 26a62a3258
commit db5bd7134a

View File

@@ -19,3 +19,4 @@ class Cistem(AutotoolsPackage):
depends_on('wxwidgets@3.0.2')
depends_on('fftw')
depends_on('libtiff')