oneapi-level-zero: add dependency on c (#47874)

This commit is contained in:
Massimiliano Culpo 2024-12-02 20:48:49 +01:00 committed by GitHub
parent 839ed9447c
commit 99319b1d91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,4 +61,5 @@ class OneapiLevelZero(CMakePackage):
version("1.3.6", sha256="c2b3bd6e4ee3cc874bdcc32bc8705bd217ffc46b194c77e27b23b8391c0c9704")
version("1.2.3", sha256="69689429fcdaef74fa8395785aca65f5652e410bd6c56f47b2b64692c098892b")
depends_on("cxx", type="build") # generated
depends_on("c", type="build")
depends_on("cxx", type="build")