Fix build issue if an incompatible local version of libunwind is

installed.
This commit is contained in:
Christian Blichmann 2020-05-15 15:36:09 +02:00
parent 143e539d79
commit ae473c4bd1
No known key found for this signature in database
GPG Key ID: 2B3AB26E8155BE75

View File

@ -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)