"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "f1abf5d9159b805674197f6bc443592e631c9130"
Commit eff38a7a authored by Arnaud Lacombe's avatar Arnaud Lacombe
Browse files

googlemock: fix unified build

parent fba82582
......@@ -15,7 +15,7 @@ option(gmock_build_tests "Build all of Google Mock's own tests." OFF)
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/gtest/CMakeLists.txt")
set(gtest_dir gtest)
else()
set(gtest_dir ../gtest)
set(gtest_dir ../googletest)
endif()
# Defines pre_project_set_up_hermetic_build() and set_up_hermetic_build().
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment