crashpad
crashpad copied to clipboard
CMake target naming is likely to conflict as a sub project.
Target names such as compat, client and handler are fairly common names developers might choose for their own targets and thus using the backtrace fork is likely to cause issues vs other forks providing the CMake build system where the targets are normally prefixed "crashpad_".
It's a very good point. Thanks for bringing that up. I'm on it.