1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 8d7b3454df..2ce7b5af1a 100644
6 "${CMAKE_CURRENT_SOURCE_DIR}/build/fbcode_builder/CMake"
9 -find_package(Glog MODULE REQUIRED)
10 -include_directories(${GLOG_INCLUDE_DIR})
11 +find_package(Glog CONFIG REQUIRED)
13 find_package(Gflags REQUIRED)
14 include_directories(${GFLAGS_INCLUDE_DIR})
15 diff --git a/eden/common/testharness/CMakeLists.txt b/eden/common/testharness/CMakeLists.txt
16 index bef7421906..f35067efa9 100644
17 --- a/eden/common/testharness/CMakeLists.txt
18 +++ b/eden/common/testharness/CMakeLists.txt
21 Folly::folly_test_util
27 target_include_directories(