From f72388c1c677c43167eef58a8edcfab71d233fb3 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 20 Jun 2016 19:20:14 +0100 Subject: [PATCH] CMakeLists: fix build without libunwind --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09ca449d5..f9110250c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)