aboutsummaryrefslogtreecommitdiff
path: root/ports/rocksdb/0001-disable-gtest.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2020-12-18 03:53:17 +0800
committerGitHub <noreply@github.com>2020-12-17 11:53:17 -0800
commitce5d30cb96f50d643a6a2c8dd5990e1d9b73323f (patch)
tree1d7ffde3b192ed4ef122b1a90dd9a398a7691dd8 /ports/rocksdb/0001-disable-gtest.patch
parent9a81392e48e88ac4789107b100b93504d4ac713c (diff)
downloadvcpkg-ce5d30cb96f50d643a6a2c8dd5990e1d9b73323f.tar.gz
vcpkg-ce5d30cb96f50d643a6a2c8dd5990e1d9b73323f.zip
[osgearth/rocksdb] Update to latest release (#14976)
Diffstat (limited to 'ports/rocksdb/0001-disable-gtest.patch')
-rw-r--r--ports/rocksdb/0001-disable-gtest.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/rocksdb/0001-disable-gtest.patch b/ports/rocksdb/0001-disable-gtest.patch
deleted file mode 100644
index 9c99f78ad..000000000
--- a/ports/rocksdb/0001-disable-gtest.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 01eea8889..14a4b1a40 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1015,7 +1015,7 @@ endif()
- option(WITH_ALL_TESTS "Build all test, rather than a small subset" ON)
-
- if(WITH_TESTS OR WITH_BENCHMARK_TOOLS)
-- add_subdirectory(third-party/gtest-1.8.1/fused-src/gtest)
-+ #add_subdirectory(third-party/gtest-1.8.1/fused-src/gtest)
- add_library(testharness STATIC
- test_util/mock_time_env.cc
- test_util/testharness.cc)