Commit Graph

9 Commits

Author SHA1 Message Date
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
Yury Bura
ffb7725355 Update versions 2018-03-12 22:44:59 +03:00
LazyWolf Lin
c4d8a862c5 Fix error C4996 of GTest in VS2017. 2018-01-29 14:40:26 +08:00
Robert Schumacher
839285590a [gtest] Fix issue with renaming gtest DLLs in debug mode 2017-12-14 22:24:37 -08:00
Tsukasa Sugiura
85848475fe Fix Gtest port fails install when one of the configuration is set to VCPKG_BUILD_TYPE (#2359)
* 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.
2017-12-12 17:34:16 -08:00
Robert Schumacher
d11bad2012 [gtest] Remove renaming of DLLs -- only the import libs need renaming. 2017-12-08 22:40:45 -08:00
Tsukasa Sugiura
530aadc6e2 Add install googletest/src
Add install googletest/src directory for project that desirable to build
Google Test by compiling a single file.
2017-11-27 00:51:32 +09:00
Alexander Karatarakis
26516fe485 vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7) 2017-09-09 00:12:54 -07:00
Arkadiy Shapkin
76ae02e653 [gtest] Initial addition (googletest and googlemock) 2016-09-22 13:01:39 +03:00