Commit Graph

4 Commits

Author SHA1 Message Date
Peter Bright
d236aa6f0a Fix debug format patch for gtest. (#5494)
* Update 0002-Fix-z7-override.patch

The current patch doesn't apply any more. This makes the same change to the right location.

* Update CONTROL
2019-02-28 13:36:41 -08:00
Victor Romero
0a5c27a823
Revert "Update 0002-Fix-z7-override.patch (#5490)" (#5493)
This reverts commit 2cb2e4d718.
2019-02-28 12:18:16 -08:00
Peter Bright
2cb2e4d718 Update 0002-Fix-z7-override.patch (#5490)
The current patch doesn't apply any more. This makes the same change to the right location.
2019-02-28 11:32:08 -08:00
Koby Kahane
a143d1a7fc [gtest] Fix missing debug information (#3148)
* [gtest] Fix missing debug information

Patch a CMake file in gtest not to override the /Z7 compiler option that embeds debug info in the .lib with /Zi that places it in a .pdb. This fixes linker warning LNK4099 when linking with gmock.lib.

* [gtest] Bump version to include Zi change
2018-04-02 19:34:51 -07:00