* [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
* Support build with master/HEAD
Gtest will be able to build with master/HEAD.
* Fix install when one of the configuration is set to VCPKG_BUILD_TYPE
Fix install when one of the configuration is set to VCPKG_BUILD_TYPE.