summaryrefslogtreecommitdiffstats
path: root/cmake/FindLibsystemd.cmake
diff options
context:
space:
mode:
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)