Use xz instead of lzma. XZ utils provides lzma dev files (#23144)
This commit is contained in:
parent
5931995364
commit
293c8bf621
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class Paraview(CMakePackage, CudaPackage):
|
|||
depends_on('protobuf@3.4:')
|
||||
depends_on('libxml2')
|
||||
depends_on('lz4')
|
||||
depends_on('lzma')
|
||||
depends_on('xz')
|
||||
depends_on('zlib')
|
||||
|
||||
# Older builds of pugi export their symbols differently,
|
||||
|
|
Loading…
Reference in a new issue