diff --git a/CMakeLists.txt b/CMakeLists.txt index 4be9e17c8..89c816300 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ endif () find_package(PkgConfig REQUIRED) find_package(Boost REQUIRED) find_package(Threads) -find_package(Backtrace) +find_package(Backtrace QUIET) find_package(GnuTLS) find_package(Protobuf REQUIRED) find_library(PROTOBUF_STATIC_LIBRARY libprotobuf.a libprotobuf)