[vcpkg-cmake] Catch wrong MAYBE_UNUSED_VARIABLES#38249
Merged
data-queue merged 19 commits intomicrosoft:masterfrom Apr 30, 2024
Merged
[vcpkg-cmake] Catch wrong MAYBE_UNUSED_VARIABLES#38249data-queue merged 19 commits intomicrosoft:masterfrom
data-queue merged 19 commits intomicrosoft:masterfrom
Conversation
This reverts commit d004f3d.
Contributor
Author
|
Works as desired: |
FrankXie05
previously approved these changes
Apr 23, 2024
ports/vcpkg-cmake/vcpkg.json
Outdated
| "version-date": "2023-05-04", | ||
| "documentation": "https://vcpkg.io/en/docs/maintainers/ports/vcpkg-cmake.html", | ||
| "version-date": "2024-04-18", | ||
| "documentation": "https://learn.microsoft.com/vcpkg/maintainers/authoring-script-ports", |
Contributor
There was a problem hiding this comment.
Suggested change
| "documentation": "https://learn.microsoft.com/vcpkg/maintainers/authoring-script-ports", | |
| "documentation": "https://learn.microsoft.com/vcpkg/maintainers/functions/vcpkg_cmake_install", |
authoring-script-ports covers generically authoring any script port. While it would be good to have a dedicated landing page for the vcpkg-cmake helper all-up, I think for now we should link to the "primary" helper function's documentation.
Contributor
Author
There was a problem hiding this comment.
IMO the primary helper function is vcpkg_cmake_configure which does all the heavy lifting and receives all the improvements. vpkg_cmake_install isn't much more than a thin wrapper for running ninja.
Contributor
There was a problem hiding this comment.
SGTM, I'd be happy to see a link to https://learn.microsoft.com/vcpkg/maintainers/functions/vcpkg_cmake_configure.
JavierMatosD
approved these changes
Apr 25, 2024
data-queue
approved these changes
Apr 30, 2024
yurybura
pushed a commit
to yurybura/vcpkg
that referenced
this pull request
May 8, 2024
microsoft#36124 (comment), microsoft#24633 (comment). Related (fix): microsoft#38223 (merged here.) --------- Co-authored-by: Jim-Wang <wangzhijie05@beyondsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#36124 (comment),
#24633 (comment).
Related (fix): #38223 (merged here.)