aboutsummaryrefslogtreecommitdiff
path: root/find-modules/FindEGL.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/FindEGL.cmake
parent99356a188003819d8d52473f7a1376369f80f72c (diff)
downloadextra-cmake-modules-c1782e5f809842ef7723cf6c4c9525357cb43df1.tar.gz
extra-cmake-modules-c1782e5f809842ef7723cf6c4c9525357cb43df1.tar.bz2
Find PkgConfig quietly
Diffstat (limited to 'find-modules/FindEGL.cmake')
-rw-r--r--find-modules/FindEGL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/FindEGL.cmake b/find-modules/FindEGL.cmake
index 7589dc74..467cde31 100644
--- a/find-modules/FindEGL.cmake
+++ b/find-modules/FindEGL.cmake
@@ -46,7 +46,7 @@ ecm_find_package_version_check(EGL)
# 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_EGL QUIET egl)
set(EGL_DEFINITIONS ${PKG_EGL_CFLAGS_OTHER})