hdf5: "hdf5@1.13:" needs a depends_on "cmake@3.18:" for build. (#34447)
This commit is contained in:
parent
1466f8d602
commit
f7cfbe2702
@ -193,6 +193,7 @@ class Hdf5(CMakePackage):
|
||||
)
|
||||
|
||||
depends_on("cmake@3.12:", type="build")
|
||||
depends_on("cmake@3.18:", type="build", when="@1.13:")
|
||||
|
||||
depends_on("msmpi", when="+mpi platform=windows")
|
||||
depends_on("mpi", when="+mpi")
|
||||
|
Loading…
Reference in New Issue
Block a user