aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTsukasa Sugiura <t.sugiura0204@gmail.com>2019-03-05 03:29:28 +0900
committerVictor Romero <romerosanchezv@gmail.com>2019-03-04 10:29:28 -0800
commit366a4dbfc528d166c4e99fdb2c09769d0087f5db (patch)
treebaf45d7a418717201ea168f7eaa03df4b619410a
parente217f695ddb1494ffa66807b6391eec9779bdbc0 (diff)
downloadvcpkg-366a4dbfc528d166c4e99fdb2c09769d0087f5db.tar.gz
vcpkg-366a4dbfc528d166c4e99fdb2c09769d0087f5db.zip
[gtest] Fix install src/gtest-matchers.cc (#5521)
Fix install src/gtest-matchers.cc. It is included from Nov 21, 2018 in googletest.
-rw-r--r--ports/gtest/CONTROL2
-rw-r--r--ports/gtest/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/gtest/CONTROL b/ports/gtest/CONTROL
index 2f93cea3e..187287cc0 100644
--- a/ports/gtest/CONTROL
+++ b/ports/gtest/CONTROL
@@ -1,3 +1,3 @@
Source: gtest
-Version: 2019-01-04-1
+Version: 2019-01-04-2
Description: GoogleTest and GoogleMock testing frameworks.
diff --git a/ports/gtest/portfile.cmake b/ports/gtest/portfile.cmake
index 62d307aa2..892221925 100644
--- a/ports/gtest/portfile.cmake
+++ b/ports/gtest/portfile.cmake
@@ -37,6 +37,7 @@ file(
"${SOURCE_PATH}/googletest/src/gtest-death-test.cc"
"${SOURCE_PATH}/googletest/src/gtest-filepath.cc"
"${SOURCE_PATH}/googletest/src/gtest-internal-inl.h"
+ "${SOURCE_PATH}/googletest/src/gtest-matchers.cc"
"${SOURCE_PATH}/googletest/src/gtest-port.cc"
"${SOURCE_PATH}/googletest/src/gtest-printers.cc"
"${SOURCE_PATH}/googletest/src/gtest-test-part.cc"