From 01ec2e7c03fdf286cba587e7b9fde074171b693e Mon Sep 17 00:00:00 2001 From: jmccl Date: Sat, 19 Oct 2024 14:12:54 -0700 Subject: [PATCH] Fix compiliation if glog >= 0.7 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c63b894922f..c33aa9e5925 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1230,4 +1230,6 @@ if (BUILD_TESTS OR BUILD_BENCHMARKS) endif() endif() +add_definitions(-DGLOG_USE_GLOG_EXPORT) + add_subdirectory(folly)