fix(cmake): correct typo AVHAI -> AVAHI (#4805)

This commit is contained in:
David Roman 2024-12-04 00:26:41 +01:00 committed by GitHub
parent ed54e86914
commit d13fac600a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ if(ENABLE_DNSSD_DEFAULT)
endif() endif()
endif() endif()
if(ENABLE_DNSSD_AVHAI) if(ENABLE_DNSSD_AVAHI)
ADD_AVAHI() ADD_AVAHI()
endif() endif()