diff options
| author | Charles Milette <charles.milette@gmail.com> | 2021-02-08 17:08:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 14:08:25 -0800 |
| commit | c177da97bd6ee2f031b329f943c6dea4decc3e97 (patch) | |
| tree | 00d8214e8e8aac63d1458fc3acac2a4af2e0b2a1 /ports | |
| parent | 7a438171d6e51b7909815b1268f19fd0e46dbed1 (diff) | |
| download | vcpkg-c177da97bd6ee2f031b329f943c6dea4decc3e97.tar.gz vcpkg-c177da97bd6ee2f031b329f943c6dea4decc3e97.zip | |
[gtest] fix builds when using --head (#16071)
* [gtest] fix builds when using --head
* Update port version
* Update hash
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/gtest/CONTROL | 2 | ||||
| -rw-r--r-- | ports/gtest/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/gtest/CONTROL b/ports/gtest/CONTROL index c483eda23..c0f5bb9d4 100644 --- a/ports/gtest/CONTROL +++ b/ports/gtest/CONTROL @@ -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. diff --git a/ports/gtest/portfile.cmake b/ports/gtest/portfile.cmake index 4cb45954e..11ac1140a 100644 --- a/ports/gtest/portfile.cmake +++ b/ports/gtest/portfile.cmake @@ -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) |
