diff --git a/.gitmodules b/.gitmodules index 6a09c571..54889ed3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 7f45566a..b027aabe 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -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