You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Is your feature request related to a problem? Please describe.
Current output:
Proposed solution
Update to:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: