vcpkg/ports/gtest/CONTROL
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

4 lines
90 B
Plaintext

Source: gtest
Version: 1.8.0-8
Description: GoogleTest and GoogleMock testing frameworks.