-
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
[serdepp] add new port #22455
[serdepp] add new port #22455
Conversation
It doesn't seem to find the files installed with ExternalProject_add.x64_linux error.log
cppm-loader/load.cmake
|
@injae ,Thanks for your pr, this is the detail error log: |
ExternalProject_Add does not seem to work because of the problem that find_package(GIT) does not work in portfile.cmake.
|
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.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/serdepp/vcpkg.json
Valid values for the license field can be found in the documentation
Describe the pull request
What does your PR fix?
Adds a serdepp port
Which triplets are supported/not supported? Have you updated the CI baseline?
all, No
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/