diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |