ParaView: Require Ninja for builds (#28650)

This commit is contained in:
kwryankrattiger 2022-01-28 04:30:23 -06:00 committed by GitHub
parent 4c3bc0d3dc
commit a3755e5c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,9 @@ class Paraview(CMakePackage, CudaPackage):
depends_on('cmake@3.3:', type='build')
generator = 'Ninja'
depends_on('ninja', type='build')
# Workaround for
# adding the following to your packages.yaml
# packages: