afa3518839
Summary:
This reverts commit 8d87e9cea1
.
Based on offline discussions, it's too early to upgrade to gtest 1.10, as it prevents some developers from using an older version of gtest to integrate to some other systems. Revert it for now.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6923
Reviewed By: pdillinger
Differential Revision: D21864799
fbshipit-source-id: d0726b1ff649fc911b9378f1763316200bd363fc
5 lines
132 B
CMake
5 lines
132 B
CMake
add_library(gtest gtest-all.cc)
|
|
|
|
# Add dependency of gtest on thread library
|
|
target_link_libraries(gtest ${CMAKE_THREAD_LIBS_INIT})
|