diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-09-11 12:49:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-11 12:49:02 -0700 |
| commit | 56ff7ccb48191618bd4a5bdfb6ab05d1e28a0683 (patch) | |
| tree | de45ae5b837a40f05fc7c0b776ec44a4e640ddaa | |
| parent | 1733814ced76770b2fffa0c1a55850046d94e594 (diff) | |
| download | vcpkg-56ff7ccb48191618bd4a5bdfb6ab05d1e28a0683.tar.gz vcpkg-56ff7ccb48191618bd4a5bdfb6ab05d1e28a0683.zip | |
[gtest] Remove autodetectable usage information (#13442)
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
| -rw-r--r-- | ports/gtest/CONTROL | 2 | ||||
| -rw-r--r-- | ports/gtest/portfile.cmake | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ports/gtest/CONTROL b/ports/gtest/CONTROL index a18713fe4..724569341 100644 --- a/ports/gtest/CONTROL +++ b/ports/gtest/CONTROL @@ -1,5 +1,5 @@ Source: gtest Version: 1.10.0 -Port-Version: 1 +Port-Version: 2 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 f0606eaa3..30e9dfb20 100644 --- a/ports/gtest/portfile.cmake +++ b/ports/gtest/portfile.cmake @@ -76,4 +76,3 @@ endif() vcpkg_copy_pdbs() file(INSTALL ${SOURCE_PATH}/googletest/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) -file(COPY ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) |
