cmake: Silence warnings.

This commit is contained in:
orbea
2020-09-08 20:24:34 -07:00
parent 67761c7d31
commit 2bfbc4d79f
11 changed files with 13 additions and 12 deletions

View File

@ -6,7 +6,7 @@
#
# vim: expandtab sw=4 ts=4 sts=4:
include(FindPkgConfig)
find_package(PkgConfig QUIET)
pkg_check_modules (PulseAudio_PKG QUIET libpulse)
find_path(PulseAudio_INCLUDE_DIR NAMES pulse/pulseaudio.h