vtk-h: Fix missing trailing-colon in CMake version (#22302)

This commit is contained in:
Chuck Atkins 2021-03-15 16:16:56 -04:00 committed by GitHub
parent 6ba7632d2b
commit f949ae772d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ class VtkH(Package, CudaPackage):
variant("contourtree", default=False, description="Enable contour tree support")
# Certain CMake versions have been found to break for our use cases
depends_on("cmake@3.14.1:3.14.99,3.18.2", type='build')
depends_on("cmake@3.14.1:3.14.99,3.18.2:", type='build')
depends_on("mpi", when="+mpi")
depends_on("cuda", when="+cuda")