[fancyargumentparser] Add new port at version 1.0.1 - #52909
Merged
Victor Romero (vicroms) merged 6 commits intoJul 16, 2026
Conversation
Contributor
Author
|
@microsoft-github-policy-service agree |
Victor Romero (vicroms)
requested changes
Jul 15, 2026
Comment on lines
+12
to
+13
| set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled) | ||
| set(VCPKG_POLICY_DLLS_IN_STATIC_LIBRARY enabled) |
There was a problem hiding this comment.
Suggested change
| set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled) | |
| set(VCPKG_POLICY_DLLS_IN_STATIC_LIBRARY enabled) | |
| set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled) | |
| set(VCPKG_POLICY_DLLS_IN_STATIC_LIBRARY enabled) |
It this is a header-only port, there shouldn't be an empty include folder also no DLLs should be produced to require the second policy.
Victor Romero (vicroms)
marked this pull request as draft
July 15, 2026 20:06
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
simfeo
marked this pull request as ready for review
July 15, 2026 20:21
Victor Romero (vicroms)
marked this pull request as draft
July 15, 2026 21:22
simfeo
marked this pull request as ready for review
July 16, 2026 11:22
Victor Romero (vicroms)
approved these changes
Jul 16, 2026
Yury Bura (yurybura)
pushed a commit
to yurybura/vcpkg
that referenced
this pull request
Jul 17, 2026
Co-authored-by: Victor Romero <romerosanchezv@gmail.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.
Description
This PR adds a new header-only port for
fancyargumentparser.New Port Checklist
vcpkg.jsonmatches what upstream says.vcpkg.jsonmatches what upstream says.vcpkg x-add-version --alland committing the result.