diff options
| author | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-12-13 10:34:16 +0900 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-12-12 17:34:16 -0800 |
| commit | 85848475feb8c852d24d4875f212e0505ca7238a (patch) | |
| tree | e13dd7a0a561afb2e9fe2f86251dda4cc06805d8 /ports/gtest/CONTROL | |
| parent | f3f9afd1c662db4be72c4a21393f6c3463cddde1 (diff) | |
| download | vcpkg-85848475feb8c852d24d4875f212e0505ca7238a.tar.gz vcpkg-85848475feb8c852d24d4875f212e0505ca7238a.zip | |
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.
Diffstat (limited to 'ports/gtest/CONTROL')
| -rw-r--r-- | ports/gtest/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/gtest/CONTROL b/ports/gtest/CONTROL index e4022376e..09a418b81 100644 --- a/ports/gtest/CONTROL +++ b/ports/gtest/CONTROL @@ -1,3 +1,3 @@ Source: gtest -Version: 1.8.0-3 +Version: 1.8.0-4 Description: GoogleTest and GoogleMock testing frameworks. |
