umpire: depends on camp~cuda when ~cuda (#36788)

This commit is contained in:
Simon Pintarelli
2023-04-12 07:54:41 +02:00
committed by GitHub
parent 78af0545c4
commit e3a420daed

View File

@@ -98,6 +98,7 @@ class Umpire(CachedCMakePackage, CudaPackage, ROCmPackage):
depends_on("camp@main", when="@main")
depends_on("camp@main", when="@develop")
depends_on("camp+openmp", when="+openmp")
depends_on("camp~cuda", when="~cuda")
with when("@5.0.0:"):
with when("+cuda"):