mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 15:16:40 -08:00
CMakeLists: fix build without libunwind
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user