Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gtest] update to 90a443f9c2437ca8a682a1ac625eba64e1d74a8a #7692

Merged
merged 1 commit into from
Aug 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/gtest/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: gtest
Version: 2019-01-04-2
Version: 2019-08-14
Homepage: https://github.com/google/googletest
Description: GoogleTest and GoogleMock testing frameworks.
4 changes: 2 additions & 2 deletions ports/gtest/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/googletest
REF b6cd405286ed8635ece71c72f118e659f4ade3fb
SHA512 1642a9cf1923d00c52c346399941517787431dad3e6d3a5da07bc02243a231a95e30e0a9568ffd29bb9b9757f15c1c47d2d811c2bedb301f2d27cf912be0a534
REF 90a443f9c2437ca8a682a1ac625eba64e1d74a8a
SHA512 fc874a7977f11be58dc63993b520b4ae6ca43654fb5250c8b56df62a21f4dca8fcbdc81dfa106374b2bb7c59bc88952fbfc0e3ae4c7d63fdb502afbaeb39c822
HEAD_REF master
PATCHES
${CMAKE_CURRENT_LIST_DIR}/0002-Fix-z7-override.patch
Expand Down