From 375831a3dcf2f8862723a45ecf292da305db198b Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 26 Jun 2020 20:41:29 +0200 Subject: CMake: Mark all find_package(PkgConfig) to be quiet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reduces the amount of warning messages when the pkg-config feature is disabled. Task-number: QTBUG-85276 Change-Id: I11a6dfb6273a1e48c47d1ef5c1a5f70ba990fbc0 Reviewed-by: Tor Arne Vestbø --- cmake/FindLibsystemd.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/FindLibsystemd.cmake') diff --git a/cmake/FindLibsystemd.cmake b/cmake/FindLibsystemd.cmake index 9b480700f9..7479c15b8e 100644 --- a/cmake/FindLibsystemd.cmake +++ b/cmake/FindLibsystemd.cmake @@ -1,4 +1,4 @@ -find_package(PkgConfig) +find_package(PkgConfig QUIET) pkg_check_modules(Libsystemd libsystemd IMPORTED_TARGET) -- cgit v1.2.3