diff options
author | Christophe Giboudeaux <christophe@krop.fr> | 2021-05-17 14:00:17 +0200 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2021-05-17 14:01:32 +0200 |
commit | c1782e5f809842ef7723cf6c4c9525357cb43df1 (patch) | |
tree | 5faf8ba6e7c4461c047c8b528d38a255435956b6 /find-modules/FindPulseAudio.cmake | |
parent | 99356a188003819d8d52473f7a1376369f80f72c (diff) | |
download | extra-cmake-modules-c1782e5f809842ef7723cf6c4c9525357cb43df1.tar.gz extra-cmake-modules-c1782e5f809842ef7723cf6c4c9525357cb43df1.tar.bz2 |
Find PkgConfig quietly
Diffstat (limited to 'find-modules/FindPulseAudio.cmake')
-rw-r--r-- | find-modules/FindPulseAudio.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/FindPulseAudio.cmake b/find-modules/FindPulseAudio.cmake index 173ee98f..1dae48df 100644 --- a/find-modules/FindPulseAudio.cmake +++ b/find-modules/FindPulseAudio.cmake @@ -46,7 +46,7 @@ if(NOT PulseAudio_FIND_VERSION) set(PulseAudio_FIND_VERSION "0.9.9") endif() -find_package(PkgConfig) +find_package(PkgConfig QUIET) pkg_check_modules(PC_PulseAudio QUIET libpulse>=${PulseAudio_FIND_VERSION}) pkg_check_modules(PC_PulseAudio_MAINLOOP QUIET libpulse-mainloop-glib) |