soqt: depends on c (#49924)

This commit is contained in:
Wouter Deconinck 2025-04-07 11:35:55 -05:00 committed by GitHub
parent 8ca82fb2b6
commit 97bad2f5a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ class Soqt(CMakePackage):
version("1.6.2", sha256="fb483b20015ab827ba46eb090bd7be5bc2f3d0349c2f947c3089af2b7003869c") version("1.6.2", sha256="fb483b20015ab827ba46eb090bd7be5bc2f3d0349c2f947c3089af2b7003869c")
version("1.6.1", sha256="80289d9bd49ffe709ab85778c952573f43f1c725ea958c6d5969b2e9c77bb3ba") version("1.6.1", sha256="80289d9bd49ffe709ab85778c952573f43f1c725ea958c6d5969b2e9c77bb3ba")
depends_on("c", type="build")
depends_on("cxx", type="build") depends_on("cxx", type="build")
depends_on("cmake@3:", type="build") depends_on("cmake@3:", type="build")