aboutsummaryrefslogtreecommitdiff
path: root/find-modules/FindLibGit2.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/FindLibGit2.cmake
parent99356a188003819d8d52473f7a1376369f80f72c (diff)
downloadextra-cmake-modules-c1782e5f809842ef7723cf6c4c9525357cb43df1.tar.gz
extra-cmake-modules-c1782e5f809842ef7723cf6c4c9525357cb43df1.tar.bz2
Find PkgConfig quietly
Diffstat (limited to 'find-modules/FindLibGit2.cmake')
-rw-r--r--find-modules/FindLibGit2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/FindLibGit2.cmake b/find-modules/FindLibGit2.cmake
index 9ab6ef34..8ecdf3f7 100644
--- a/find-modules/FindLibGit2.cmake
+++ b/find-modules/FindLibGit2.cmake
@@ -44,7 +44,7 @@ ecm_find_package_version_check(LibGit2)
# 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_GIT2 QUIET git2)
set(LIBGIT2_DEFINITIONS ${PKG_GIT2_CFLAGS_OTHER})