Skip to content

Commit

Permalink
Unpin googletest. It has been fixed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 committed Nov 13, 2018
1 parent a8bbd80 commit 823901b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kokoro/windows/build.bat
Expand Up @@ -34,10 +34,10 @@ git clone https://github.com/google/effcee

cmake --version

:: CMake 3.7 does not support $<IF:...> syntax, which is now used in later
:: googletest code
cd googletest
git checkout e93da23920e5b6887d6a6a291c3a59f83f5b579e
:: If you need to pin googletest to a specific revision, uncomment
:: the following two lines (and set the commit hash).
:: cd googletest
:: git checkout e93da23920e5b6887d6a6a291c3a59f83f5b579e

cd %SRC%
mkdir build
Expand Down

0 comments on commit 823901b

Please sign in to comment.