jbagg / QtZeroConf

Qt wrapper class for ZeroConf libraries across various platforms.
Other
69 stars 51 forks source link

Improve finding avahi-client #50

Closed Dav1dK closed 2 years ago

Dav1dK commented 2 years ago

Unfortunately, there is no FindAvahi.cmake file available. Instead use find_library and find_path to find the libavahi-client.so and avahi-client/client.h files. This improves logging if the files are not found and allows to use CMAKE_FIND_ROOT_PATH to alter the search paths for crossplatform builds.

jbagg commented 2 years ago

Cherry picked to master. Closing.