libstrawberry-common: check for library/includes for backtrace() (#364)
This is a non-standard header, so it should be checked properly. This fixes compilation with musl libc and possibly other C library implementations.
This commit is contained in:
@@ -66,6 +66,7 @@ endif ()
|
||||
find_package(PkgConfig REQUIRED)
|
||||
find_package(Boost REQUIRED)
|
||||
find_package(Threads)
|
||||
find_package(Backtrace)
|
||||
find_package(GnuTLS)
|
||||
find_package(Protobuf REQUIRED)
|
||||
find_library(PROTOBUF_STATIC_LIBRARY libprotobuf.a libprotobuf)
|
||||
|
||||
Reference in New Issue
Block a user