aboutsummaryrefslogtreecommitdiff
path: root/ports/rocksdb/0001-disable-gtest.patch
blob: 9c99f78adf16bb1b30374c524a42a02b72a15b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)