aboutsummaryrefslogtreecommitdiff
path: root/find-modules/FindWaylandProtocols.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'find-modules/FindWaylandProtocols.cmake')
-rw-r--r--find-modules/FindWaylandProtocols.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/FindWaylandProtocols.cmake b/find-modules/FindWaylandProtocols.cmake
index 7730c119..a4449885 100644
--- a/find-modules/FindWaylandProtocols.cmake
+++ b/find-modules/FindWaylandProtocols.cmake
@@ -18,7 +18,7 @@ This will define the following variables:
The wayland protocols data directory
#]=======================================================================]
-find_package(PkgConfig)
+find_package(PkgConfig QUIET)
pkg_check_modules(PKG_wayland_protocols QUIET wayland-protocols)
set(WaylandProtocols_VERSION ${PKG_wayland_protocols_VERSION})