cmake: Use official FindBacktrace rather than custom FindExecInfo
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 31 Jul 2018 19:16:32 +0000 (21:16 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
commit222d0be6ffa0f6c63c3c8c5a303260b9aee10e68
tree6fb47e7c116c3200478496a827ce478f79314552
parent9b689f0e308cc0007f63086c3dc45db219d5b7db
cmake: Use official FindBacktrace rather than custom FindExecInfo

Newer versions of CMake ship their own FindBacktrace.cmake module,
which replaces the FindExecInfo.cmake module so far shipped by
Quassel. The official module is also a bit more thorough in terms
of cross-platform support.

To avoid duplication, remove Quassel's custom find module and use
the official one instead.
CMakeLists.txt
cmake/FindExecInfo.cmake [deleted file]
src/common/CMakeLists.txt
src/common/backtrace_config.h.in [new file with mode: 0644]
src/common/logbacktrace_unix.cpp
src/common/posixsignalwatcher.cpp