Explorar el Código

Merge pull request #3590 from NanXiao/patch-1

Update autogen.sh
Adam Cozzette hace 8 años
padre
commit
054054c152
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      autogen.sh

+ 2 - 0
autogen.sh

@@ -35,7 +35,9 @@ if test ! -e gmock; then
   unzip -q release-1.7.0.zip
   rm release-1.7.0.zip
   mv googlemock-release-1.7.0 gmock
+fi
 
+if test ! -e gmock/gtest; then
   curl $curlopts -L -O https://github.com/google/googletest/archive/release-1.7.0.zip
   unzip -q release-1.7.0.zip
   rm release-1.7.0.zip