Paraview requires CMake version 3.3 or higher (#5317)

This commit is contained in:
Pramod S Kumbhar
2017-09-10 10:09:05 +02:00
committed by Massimiliano Culpo
parent 6ce009a72a
commit e0fa335df0

View File

@@ -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')