From 56ff7ccb48191618bd4a5bdfb6ab05d1e28a0683 Mon Sep 17 00:00:00 2001 From: ras0219 <533828+ras0219@users.noreply.github.com> Date: Fri, 11 Sep 2020 12:49:02 -0700 Subject: [gtest] Remove autodetectable usage information (#13442) Co-authored-by: Stefano Sinigardi --- ports/gtest/CONTROL | 2 +- ports/gtest/portfile.cmake | 1 - 2 files changed, 1 insertion(+), 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}) -- cgit v1.2.3