mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
[gtest] fix builds when using --head (#16071)
* [gtest] fix builds when using --head * Update port version * Update hash
This commit is contained in:
parent
7a438171d6
commit
c177da97bd
@ -1,5 +1,5 @@
|
||||
Source: gtest
|
||||
Version: 1.10.0
|
||||
Port-Version: 3
|
||||
Port-Version: 4
|
||||
Homepage: https://github.com/google/googletest
|
||||
Description: GoogleTest and GoogleMock testing frameworks.
|
||||
|
@ -76,4 +76,4 @@ endif()
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/googletest/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
@ -2310,7 +2310,7 @@
|
||||
},
|
||||
"gtest": {
|
||||
"baseline": "1.10.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"gtk": {
|
||||
"baseline": "3.22.19-4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9f4e8f94a3fe61d4abcc1929129b2e21ad6cc066",
|
||||
"version-string": "1.10.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "e94f8c09a8fa6ed7fc618734d412878d83069bfb",
|
||||
"version-string": "1.10.0",
|
||||
|
Loading…
Reference in New Issue
Block a user