summaryrefslogtreecommitdiff
path: root/debian/patches/use_local_gtest2.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/use_local_gtest2.diff')
-rw-r--r--debian/patches/use_local_gtest2.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/use_local_gtest2.diff b/debian/patches/use_local_gtest2.diff
deleted file mode 100644
index 37f3e7d0..00000000
--- a/debian/patches/use_local_gtest2.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Benjamin Barenblat <bbaren@google.com>
-Subject: Support testing with a local googletest checkout, part 2
-Forwarded: yes
-Applied-Upstream: https://github.com/abseil/abseil-cpp/commit/79e0dc11514df035a8d07a356f9ee1800fb2160c
-
-use_local_gtest.diff missed a necessary line; add it.
-
-The author works at Google. Upstream applied this patch as Piper revision
-302947488 and exported it to GitHub; the Applied-Upstream URL above points to
-the exported commit.
-
---- a/CMake/Googletest/DownloadGTest.cmake
-+++ b/CMake/Googletest/DownloadGTest.cmake
-@@ -38,6 +38,4 @@
-
- # Add googletest directly to our build. This defines the gtest and gtest_main
- # targets.
--add_subdirectory(${CMAKE_BINARY_DIR}/googletest-src
-- ${CMAKE_BINARY_DIR}/googletest-build
-- EXCLUDE_FROM_ALL)
-+add_subdirectory(${absl_gtest_src_dir} ${absl_gtest_build_dir} EXCLUDE_FROM_ALL)