summaryrefslogtreecommitdiffstats
path: root/cmake/FindLibsystemd.cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-06-26 20:41:29 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-06-29 12:23:10 +0200
commit375831a3dcf2f8862723a45ecf292da305db198b (patch)
tree8e94c41fe8086af2507f90f23a3d0e609040cfd5 /cmake/FindLibsystemd.cmake
parent63f09a94dba58515129d6c75254a15ccb2af1027 (diff)
CMake: Mark all find_package(PkgConfig) to be quiet
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ø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'cmake/FindLibsystemd.cmake')
-rw-r--r--cmake/FindLibsystemd.cmake2
1 files changed, 1 insertions, 1 deletions
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)