-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[bit7z] new port #40889
[bit7z] new port #40889
Conversation
Signed-off-by: msclock <msclock@qq.com>
Can these features of this port be enabled simultaneously? |
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Signed-off-by: msclock <msclock@qq.com>
The origin is obvious, but this doesn't answer the question. Some "features" belong to the triplet and toolchain: |
@dg0yt Yep, it can customize ports in triplets or set flags in toolchains to do the same things. And it needs more comprehensive understand on the build options of bit7z. But for simplicity, I will remove them. |
Signed-off-by: msclock <msclock@qq.com>
Signed-off-by: msclock <msclock@qq.com>
Signed-off-by: msclock <msclock@qq.com>
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.
LGTM with those nitpicks :)
Thank you for the contribution! Feel free to mark the PR "Ready for Review" once you have responded to my comments and/or made any relevant changes.
@JavierMatosD I just make easiest changes I think, and are there better ways to handle it🤔 |
Signed-off-by: msclock <msclock@qq.com>
I have switched to set_target_properties with PUBLIC_HEADER to conform to upstream public headers. And it is more accurate in some way. |
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
Signed-off-by: msclock <msclock@qq.com>
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx.vcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.