Skip to content

Commit

Permalink
fix(cmake): correct typo AVHAI -> AVAHI (#4805)
Browse files Browse the repository at this point in the history
  • Loading branch information
stkw0 authored Dec 3, 2024
1 parent ed54e86 commit d13fac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNSSD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if(ENABLE_DNSSD_DEFAULT)
endif()
endif()

if(ENABLE_DNSSD_AVHAI)
if(ENABLE_DNSSD_AVAHI)
ADD_AVAHI()
endif()

Expand Down

0 comments on commit d13fac6

Please sign in to comment.