From ae473c4bd1445036a91b322eb6119be02951a560 Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Fri, 15 May 2020 15:36:09 +0200 Subject: [PATCH] Fix build issue if an incompatible local version of libunwind is installed. --- cmake/glog/Download.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/glog/Download.cmake b/cmake/glog/Download.cmake index aa9a291..7574072 100644 --- a/cmake/glog/Download.cmake +++ b/cmake/glog/Download.cmake @@ -36,6 +36,7 @@ endif() set(WITH_GFLAGS OFF CACHE BOOL "" FORCE) set(HAVE_LIB_GFLAGS 1) +set(WITH_UNWIND OFF CACHE BOOL "" FORCE) set(UNWIND_LIBRARY FALSE) set(HAVE_PWD_H FALSE)