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


No differences found