Fix CMake versions dependencies in RAJA package (#11440)

This commit is contained in:
David Beckingsale 2019-05-16 04:54:52 -07:00 committed by Massimiliano Culpo
parent 0337170d34
commit 5ccc695bfb

View File

@ -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