Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vcpkg-tool] update license install hin #32261

Closed
Neumann-A opened this issue Jun 27, 2023 · 1 comment
Closed

[vcpkg-tool] update license install hin #32261

Neumann-A opened this issue Jun 27, 2023 · 1 comment
Assignees
Labels
requires:tool-release An issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereof

Comments

@Neumann-A
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Current output:

warning: The software license must be available at ${CURRENT_PACKAGES_DIR}/share/python-pygments/copyright

    configure_file("${CURRENT_BUILDTREES_DIR}/E:/all/vcpkg/buildtrees/python-pygments//LICENSE" "${CURRENT_PACKAGES_DIR}/share/python-pygments/copyright" COPYONLY)

Proposed solution

Update to:

warning: The software license must be available at ${CURRENT_PACKAGES_DIR}/share/python-pygments/copyright

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

Describe alternatives you've considered

No response

Additional context

No response

@Neumann-A Neumann-A added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Jun 27, 2023
@PhoebeHui PhoebeHui added category:vcpkg-feature The issue is a new capability of the tool that doesn’t already exist and we haven’t committed and removed category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist labels Jun 27, 2023
@LilyWangLL LilyWangLL added requires:tool-release An issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereof and removed category:vcpkg-feature The issue is a new capability of the tool that doesn’t already exist and we haven’t committed labels Jun 30, 2023
@LilyWangLL
Copy link
Contributor

Thanks for posting this issue. This issue has been fixed, so I am closing this issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires:tool-release An issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereof
Projects
None yet
Development

No branches or pull requests

4 participants