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

View File

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