conduit: dont use cmake >= 3.18 because of FindHDF5 bug (#17937)

This commit is contained in:
eugeneswalker
2020-08-07 13:50:14 -07:00
committed by GitHub
parent 1a11449c86
commit ceed9c4bc0

View File

@@ -85,7 +85,7 @@ class Conduit(Package):
# CMake
#######################
# cmake 3.8.2 or newer
depends_on("cmake@3.8.2:", type='build')
depends_on("cmake@3.8.2:3.17.9999", type='build')
#######################
# Python