aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindLibunwind.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: link against liblzma when found, for libunwindmoneromooo-monero2016-12-241-0/+16
| | | | | | | | Some versions of libunwind need liblzma. If liblzma is found, we link against it unconditionally. If the installed libunwind didn't need it, this is a nop. Tested and fine tuned by iDunk
* cmake: add missing FindLibunwind.cmakemoneromooo-monero2016-06-201-0/+25
|
* Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-211-25/+0
| | | | | | Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
* Print stack trace upon exceptionsmoneromooo-monero2016-03-191-0/+25
Useful for debugging users' logs