mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-20 18:07:34 +02:00
Merge pull request #378 from jplitza/patch-1
cmake: Make dependency on avahi-client optional
This commit is contained in:
commit
d30c8a0149
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ else()
|
|||
add_definitions(-DHAS_ALSA)
|
||||
endif (ALSA_FOUND)
|
||||
|
||||
pkg_search_module(AVAHI REQUIRED avahi-client)
|
||||
pkg_search_module(AVAHI avahi-client)
|
||||
if (AVAHI_FOUND)
|
||||
add_definitions(-DHAS_AVAHI)
|
||||
endif (AVAHI_FOUND)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue