-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[minizip-ng] made cmake installs relative #17685
[minizip-ng] made cmake installs relative #17685
Conversation
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.
Please re-make patch made_cmake_install_relative.patch
.
i tried making, but it was still failing locally |
I'll handle this. |
@prateek9623 I can be sure that the all relevant codes in patch |
4c85ca1
to
65cc0d1
Compare
I found the issue, it was not with the patch I created, it was just a conflict between patches, as both patches change the same line in code. So, to fix that I need to modify old patch also |
this patch is not required if minizip-ng port is updated to 3.0.2 |
@JackBoosY Hey, i have updated minizip-ng version, can you re-review it, thanks |
662e101
to
34e01b2
Compare
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.
Please run command ./vcpkg format-manifest --all
then commit changes.
Describe the pull request
What does your PR fix?
After installation minizip cmake installs had some absolute paths which were making them unusable, this PR makes them relative
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