aboutsummaryrefslogtreecommitdiff
path: root/ports/rocksdb/0001-disable-gtest.patch
diff options
context:
space:
mode:
authorKoby Kahane <kobykahane@gmail.com>2020-10-21 02:12:34 +0300
committerGitHub <noreply@github.com>2020-10-20 16:12:34 -0700
commit4e3e210e8df9fa7f277804196ed6f42c8df2dda7 (patch)
treeab9d6e751e69c32952ce91c6ada92f7d800e6943 /ports/rocksdb/0001-disable-gtest.patch
parentc2d1f577218780617596d6f0648cd8c8a723207c (diff)
downloadvcpkg-4e3e210e8df9fa7f277804196ed6f42c8df2dda7.tar.gz
vcpkg-4e3e210e8df9fa7f277804196ed6f42c8df2dda7.zip
[rocksdb] update to v6.13.3 (#14085)
Diffstat (limited to 'ports/rocksdb/0001-disable-gtest.patch')
-rw-r--r--ports/rocksdb/0001-disable-gtest.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/ports/rocksdb/0001-disable-gtest.patch b/ports/rocksdb/0001-disable-gtest.patch
index b17a8b963..9c99f78ad 100644
--- a/ports/rocksdb/0001-disable-gtest.patch
+++ b/ports/rocksdb/0001-disable-gtest.patch
@@ -1,13 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f9c8f3346..248c0d2d8 100644
+index 01eea8889..14a4b1a40 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -975,7 +975,7 @@ if(NOT WIN32 OR ROCKSDB_INSTALL_ON_WINDOWS)
- endif()
+@@ -1015,7 +1015,7 @@ endif()
+ option(WITH_ALL_TESTS "Build all test, rather than a small subset" ON)
- if(WITH_TESTS)
+ 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)
- target_link_libraries(testharness gtest)