Find backtrace quiet

This commit is contained in:
Jonas Kvinge 2020-02-23 20:42:30 +01:00
parent 8faa9f075b
commit 7312e3f452

View File

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