-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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-cmake-config] documentation fix #18410
Conversation
@mheyman, could you apply the following patch, and submit the changes again? the vcpkg-cmake-config/vcpkg_cmake_config_fixup.md needs update as well. |
ports/vcpkg-cmake-config/vcpkg.json
Outdated
@@ -1,4 +1,4 @@ | |||
{ | |||
"name": "vcpkg-cmake-config", | |||
"version-date": "2021-05-22" | |||
"version-date": "2021-06-12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is not a change to the port's functionality, this should leave the version-date
identical and bump the port-version
to 1 instead, IMO.
Will do - I forgot about |
Closed for rollup PR #18838 |
[vcpkg-cmake-config] documentation fix
* [rollup:2021-07-06 1/8] PR #18272 (@strega-nil) [scripts-audit] vcpkg_from_* * [rollup:2021-07-06 2/8] PR #18319 (@strega-nil) [scripts-audit] add guidelines for cmake * [rollup 2021-07-06 3/8] PR #18410 (@mheyman) [vcpkg-cmake-config] documentation fix * [rollup:2021-07-06 4/8] PR #18488 (@strega-nil) [scripts-audit] vcpkg_execute_* * [rollup:2021-07-06 5/8] PR #18517 (@strega-nil) [scripts-audit] vcpkg_extract_source_archive * [rollup:2021-07-06 6/8] PR #18674 (@NancyLi1013) [vcpkg doc] Update examples * [rollup:2021-07-06 7/8] PR #18695 (@JackBoosY) [vcpkg] Update the minimum version of vcpkg * [rollup:2021-07-06 8/8] PR #18758 (@ras0219-msft) [vcpkg_from_git] Fix error if downloads folder does not exist * build docs! * fix bond:*-windows * fix nmap Co-authored-by: nicole mazzuca <[email protected]> Co-authored-by: Michael Heyman <[email protected]> Co-authored-by: NancyLi1013 <[email protected]> Co-authored-by: JackBoosY <[email protected]> Co-authored-by: Robert Schumacher <[email protected]>
Describe the pull request
What does your PR fix?
Fixes mistake in vcpkg_cmake_config_fixup example: It said
DO_NOT_DELETE_CONFIG_PATH_PARENT
when it should have saidDO_NOT_DELETE_PARENT_CONFIG_PATH
.Which triplets are supported/not supported? Have you updated the CI baseline?
All. No need.
Does your PR follow the maintainer guide?
yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes
If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/