aboutsummaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-04-14 10:49:17 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-04-15 14:47:00 +0100
commitef35cb23539ac1984373ad5e6775c7fd26d6f948 (patch)
treea47b1c3259ed15ff56a63fc2db37c93f3daa37d9 /src/common/CMakeLists.txt
parentd8584fc8d78f1e97dfef214416d826b9f764c2e0 (diff)
downloadmonzero-core-crash-pl.tar.gz
monzero-core-crash-pl.tar.xz
monzero-core-crash-pl.zip
optional boost stacktrace to get stack traces on mac and windows toocrash-pl
Thanks to iDunk for lots of testing to get this to work on Windows
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 66fd8d7ad..02843b672 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -81,7 +81,7 @@ target_link_libraries(common
epee
cncrypto
${UNBOUND_LIBRARY}
- ${LIBUNWIND_LIBRARIES}
+ ${STACK_TRACE_LIBRARIES}
${Boost_DATE_TIME_LIBRARY}
${Boost_FILESYSTEM_LIBRARY}
${Boost_SYSTEM_LIBRARY}