Use xz instead of lzma. XZ utils provides lzma dev files (#23144)

This commit is contained in:
Ethan Stam 2021-04-20 13:39:47 -06:00 committed by GitHub
parent 5931995364
commit 293c8bf621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,