Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
url = https://github.com/HowardHinnant/date.git
[submodule "third_party/protobuf-matchers"]
path = third_party/protobuf-matchers
url = https://github.com/EpsilonPrime/protobuf-matchers.git
url = https://github.com/inazarenko/protobuf-matchers.git
2 changes: 0 additions & 2 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ if(MSVC)
endforeach()
endif()

set(PREVIOUS_BUILD_TESTING ${BUILD_TESTING})
set(PROTOBUF_MATCHERS_BUILD_TESTING OFF)
add_subdirectory(protobuf-matchers)
set(BUILD_TESTING ${PREVIOUS_BUILD_TESTING})

set(YAML_CPP_INSTALL ON)
set(YAML_CPP_BUILD_TESTS
Expand Down
Loading