From dd659c981548b8fe5e8fc549312f5097ab299072 Mon Sep 17 00:00:00 2001 From: "Nick (nift4)" Date: Sat, 17 Jul 2021 11:28:37 +0200 Subject: CMakeLists: add QUIET to Dbus1 find_package() * Android doesn't have dbus, logspam is annoying --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b793518..8e1dbb5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -709,7 +709,7 @@ set(CORE_OBJS set(HAVE_RTKIT 0) option(ALSOFT_REQUIRE_RTKIT "Require RTKit/D-Bus support" FALSE) -find_package(DBus1) +find_package(DBus1 QUIET) if(DBus1_FOUND) option(ALSOFT_RTKIT "Enable RTKit support" ON) if(ALSOFT_RTKIT) -- cgit v1.2.3