From 7a768962ef6bb71547c35ada16824b693b50e1f8 Mon Sep 17 00:00:00 2001 From: Chris Kennelly Date: Mon, 31 Aug 2026 08:36:32 -0700 Subject: [PATCH] Improve CMake rules. PiperOrigin-RevId: 973899650 --- tcmalloc/testing/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tcmalloc/testing/CMakeLists.txt b/tcmalloc/testing/CMakeLists.txt index f00839c5d..1026d234b 100644 --- a/tcmalloc/testing/CMakeLists.txt +++ b/tcmalloc/testing/CMakeLists.txt @@ -270,7 +270,8 @@ tcmalloc_cc_library( SRCS "rseq_util.cc" DEPS - "@com_google_googletest//:gtest_for_library" + "GTest::gtest" + "GTest::gmock" "tcmalloc::internal_environment" "tcmalloc::internal_percpu" "tcmalloc::testing_testutil"