diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-02-14 14:51:45 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-13 22:51:45 -0800 |
| commit | b9794a59a308a1315d8ce1b394c23dfcc03cc79f (patch) | |
| tree | 222a557b96ffb32cf55c5e798dfb64fa16991c04 | |
| parent | 0ebb462870b7ec2bf41949a1a4eb777b90674406 (diff) | |
| download | vcpkg-b9794a59a308a1315d8ce1b394c23dfcc03cc79f.tar.gz vcpkg-b9794a59a308a1315d8ce1b394c23dfcc03cc79f.zip | |
[range-v3] Update to 0.10.0 (#10002)
| -rw-r--r-- | ports/range-v3/portfile.cmake | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ports/range-v3/portfile.cmake b/ports/range-v3/portfile.cmake index 44dea2ac2..c94c3ac3d 100644 --- a/ports/range-v3/portfile.cmake +++ b/ports/range-v3/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ericniebler/range-v3 @@ -26,5 +24,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib) vcpkg_copy_pdbs() -file(COPY ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/range-v3) -file(RENAME ${CURRENT_PACKAGES_DIR}/share/range-v3/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/range-v3/copyright) +file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file |
