CMakeLists: fix build without libunwind
This commit is contained in:
parent
3c3537e8c6
commit
f72388c1c6
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ if(LIBUNWIND_FOUND)
|
||||||
add_definitions("-DHAVE_LIBUNWIND")
|
add_definitions("-DHAVE_LIBUNWIND")
|
||||||
else()
|
else()
|
||||||
message(STATUS "Stack traces disabled")
|
message(STATUS "Stack traces disabled")
|
||||||
|
set(LIBUNWIND_LIBRARIES "")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (UNIX AND NOT APPLE)
|
if (UNIX AND NOT APPLE)
|
||||||
|
|
Loading…
Reference in a new issue