conduit: dont use cmake >= 3.18 because of FindHDF5 bug (#17937)
This commit is contained in:
parent
1a11449c86
commit
ceed9c4bc0
@ -85,7 +85,7 @@ class Conduit(Package):
|
|||||||
# CMake
|
# CMake
|
||||||
#######################
|
#######################
|
||||||
# cmake 3.8.2 or newer
|
# 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
|
# Python
|
||||||
|
Loading…
Reference in New Issue
Block a user