diff --git a/third_party/glog/CMakeLists.txt b/third_party/glog/CMakeLists.txt index b02caa6..e260194 100644 --- a/third_party/glog/CMakeLists.txt +++ b/third_party/glog/CMakeLists.txt @@ -45,7 +45,7 @@ option(WITH_PKGCONFIG "Enable pkg-config support" OFF) option(WITH_SYMBOLIZE "Enable symbolize module" ON) option(WITH_THREADS "Enable multithreading support" ON) option(WITH_TLS "Enable Thread Local Storage (TLS) support" ON) -option(WITH_UNWIND "Enable libunwind support" OFF) +option(WITH_UNWIND "Enable libunwind support" ON) cmake_dependent_option(WITH_GMOCK "Use Google Mock" ON WITH_GTEST OFF)