Skip to content

Commit

Permalink
VS builds: Pin an older googletest to avoid around a CMake problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 committed Oct 9, 2018
1 parent b806cd2 commit 72512db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kokoro/windows/build.bat
Expand Up @@ -32,6 +32,11 @@ git clone https://github.com/KhronosGroup/SPIRV-Headers.git spirv-headers
git clone https://github.com/google/re2 spirv-tools/external/re2
git clone https://github.com/google/effcee spirv-tools/external/effcee

:: CMake 3.7 does not support $<IF:...> syntax, which is now used in later
:: googletest code
cd googletest
git checkout e93da23920e5b6887d6a6a291c3a59f83f5b579e

cd %SRC%
mkdir build
cd %SRC%\build
Expand Down

0 comments on commit 72512db

Please sign in to comment.