mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:29:00 +08:00
14 lines
442 B
Diff
14 lines
442 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index f9c8f3346..248c0d2d8 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -975,7 +975,7 @@ if(NOT WIN32 OR ROCKSDB_INSTALL_ON_WINDOWS)
|
|
endif()
|
|
|
|
if(WITH_TESTS)
|
|
- 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/testharness.cc)
|
|
target_link_libraries(testharness gtest)
|