CMakeLists: add QUIET to Dbus1 find_package()

* Android doesn't have dbus, logspam is annoying
This commit is contained in:
Nick (nift4) 2021-07-17 11:28:37 +02:00 committed by GitHub
parent 604bf609d0
commit dd659c9815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)