onnx: depends on c (#49739)

This commit is contained in:
Wouter Deconinck 2025-03-28 09:31:21 -05:00 committed by GitHub
parent 4b02ecddf4
commit f6123ee160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,7 @@ class Onnx(CMakePackage):
"1.1.0_2018-04-19", commit="7e1bed51cc508a25b22130de459830b5d5063c41", deprecated=True
) # py-torch@0.4.0
depends_on("c", type="build") # FIXME: note https://github.com/onnx/onnx/pull/6826
depends_on("cxx", type="build")
generator("ninja")