hipsycl: add missing c dependency (#50294)

This commit is contained in:
David--Cléris Timothée 2025-05-05 08:26:32 +02:00 committed by GitHub
parent 37de90c98c
commit fcbe8c50cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,7 @@ class Hipsycl(CMakePackage, ROCmPackage):
variant("cuda", default=False, description="Enable CUDA backend for SYCL kernels")
variant("rocm", default=False, description="Enable ROCM backend for SYCL kernels")
depends_on("c", type="build")
depends_on("cxx", type="build")
depends_on("cmake@3.5:", type="build")