aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-09-11 12:49:02 -0700
committerGitHub <noreply@github.com>2020-09-11 12:49:02 -0700
commit56ff7ccb48191618bd4a5bdfb6ab05d1e28a0683 (patch)
treede45ae5b837a40f05fc7c0b776ec44a4e640ddaa
parent1733814ced76770b2fffa0c1a55850046d94e594 (diff)
downloadvcpkg-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/CONTROL2
-rw-r--r--ports/gtest/portfile.cmake1
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})