aboutsummaryrefslogtreecommitdiff
path: root/find-modules/FindX11_XCB.cmake
diff options
context:
space:
mode:
authorChristophe Giboudeaux <christophe@krop.fr>2021-05-17 14:00:17 +0200
committerChristophe Giboudeaux <christophe@krop.fr>2021-05-17 14:01:32 +0200
commitc1782e5f809842ef7723cf6c4c9525357cb43df1 (patch)
tree5faf8ba6e7c4461c047c8b528d38a255435956b6 /find-modules/FindX11_XCB.cmake
parent99356a188003819d8d52473f7a1376369f80f72c (diff)
downloadextra-cmake-modules-c1782e5f809842ef7723cf6c4c9525357cb43df1.tar.gz
extra-cmake-modules-c1782e5f809842ef7723cf6c4c9525357cb43df1.tar.bz2
Find PkgConfig quietly
Diffstat (limited to 'find-modules/FindX11_XCB.cmake')
-rw-r--r--find-modules/FindX11_XCB.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/FindX11_XCB.cmake b/find-modules/FindX11_XCB.cmake
index a04d1c37..f571bacf 100644
--- a/find-modules/FindX11_XCB.cmake
+++ b/find-modules/FindX11_XCB.cmake
@@ -47,7 +47,7 @@ ecm_find_package_version_check(X11_XCB)
# use pkg-config to get the directories and then use these values
# in the FIND_PATH() and FIND_LIBRARY() calls
-find_package(PkgConfig)
+find_package(PkgConfig QUIET)
pkg_check_modules(PKG_X11_XCB QUIET x11-xcb)
set(X11_XCB_DEFINITIONS ${PKG_X11_XCB_CFLAGS_OTHER})