Skip to content

Commit

Permalink
Merge pull request KhronosGroup#2482 from greg-lunarg/gtfix3
Browse files Browse the repository at this point in the history
Update README to avoid googletest breakage
  • Loading branch information
greg-lunarg authored Dec 11, 2020
2 parents 862ddcb + 4f074ae commit ab66a91
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ cd <the directory glslang was cloned to, "External" will be a subdirectory>
git clone https://github.com/google/googletest.git External/googletest
```

TEMPORARY NOTICE: additionally perform the following to avoid a current
breakage in googletest:

```bash
cd External/googletest
git checkout 0c400f67fcf305869c5fb113dd296eca266c9725
cd ../..
```

If you wish to assure that SPIR-V generated from HLSL is legal for Vulkan,
wish to invoke -Os to reduce SPIR-V size from HLSL or GLSL, or wish to run the
integrated test suite, install spirv-tools with this:
Expand Down

0 comments on commit ab66a91

Please sign in to comment.