CMakeLists: fix build without libunwind

pull/95/head
moneromooo-monero 8 years ago
parent 3c3537e8c6
commit f72388c1c6
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -249,6 +249,7 @@ if(LIBUNWIND_FOUND)
add_definitions("-DHAVE_LIBUNWIND")
else()
message(STATUS "Stack traces disabled")
set(LIBUNWIND_LIBRARIES "")
endif()
if (UNIX AND NOT APPLE)

Loading…
Cancel
Save