Paraview requires CMake version 3.3 or higher (#5317)
This commit is contained in:
parent
6ce009a72a
commit
e0fa335df0
@ -68,6 +68,7 @@ class Paraview(CMakePackage):
|
||||
# depends_on('protobuf') # version mismatches?
|
||||
# depends_on('sqlite') # external version not supported
|
||||
depends_on('zlib')
|
||||
depends_on('cmake@3.3:', type='build')
|
||||
|
||||
patch('stl-reader-pv440.patch', when='@4.4.0')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user