Skip to content

Commit

Permalink
[gtest] Fix installed cmake file path (#12997)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBoosY committed Aug 20, 2020
1 parent 2906878 commit 0d52f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/gtest/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: gtest
Version: 1.10.0
Port-Version: 1
Homepage: https://github.com/google/googletest
Description: GoogleTest and GoogleMock testing frameworks.
2 changes: 1 addition & 1 deletion ports/gtest/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ vcpkg_configure_cmake(
)

vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/GTest)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/GTest TARGET_PATH share/GTest)

file(
INSTALL
Expand Down

0 comments on commit 0d52f66

Please sign in to comment.