Skip to content
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

fix: XcodeDeps handle hyphen in component requirements #12084

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

maikelvdh
Copy link
Contributor

@maikelvdh maikelvdh commented Sep 12, 2022

Changelog: Fix: Fix XcodeDeps handle hyphen in component requirements.
Docs: omit

Implements: #12083

@CLAassistant
Copy link

CLAassistant commented Sep 12, 2022

CLA assistant check
All committers have signed the CLA.

self.cpp_info.components["client"].includedirs.append("include")
self.cpp_info.components["client"].libdirs.append("lib")
self.cpp_info.components["client"].requires.extend(["core", "tcp::tcp"])
self.cpp_info.components["client-test"].libs = ["client"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my naming inspiration wasn't great at this point, so please feel free to suggest a better name for the component itself.

@czoido
Copy link
Contributor

czoido commented Sep 12, 2022

Hi @maikelvdh,
Thanks a lot for contributing the fix. Assigning to 1.53
Could you please sign the CLA so that all checks are green?

@czoido czoido added this to the 1.53 milestone Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants