Fix CMake versions dependencies in RAJA package (#11440)
This commit is contained in:
parent
0337170d34
commit
5ccc695bfb
@ -29,7 +29,8 @@ class Raja(CMakePackage):
|
||||
|
||||
depends_on('cuda', when='+cuda')
|
||||
|
||||
depends_on('cmake@3.3:', type='build')
|
||||
depends_on('cmake@3.8:', type='build')
|
||||
depends_on('cmake@3.9:', when='+cuda', type='build')
|
||||
|
||||
def cmake_args(self):
|
||||
spec = self.spec
|
||||
|
Loading…
Reference in New Issue
Block a user