Skip to content

fix: XcodeDeps handle hyphen in component requirements - #12084

Merged
czoido merged 1 commit into
conan-io:developfrom
maikelvdh:fix-xcodedeps-components-dash
Sep 13, 2022
Merged

czoido merged 1 commit into
conan-io:developfrom
maikelvdh:fix-xcodedeps-components-dash

Conversation

@maikelvdh

@maikelvdh maikelvdh commented Sep 12, 2022

Copy link
Copy Markdown
Contributor

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

Implements: #12083

@CLAassistant

CLAassistant commented Sep 12, 2022

Copy link
Copy Markdown

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
Copy Markdown
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

czoido commented Sep 12, 2022

Copy link
Copy Markdown
Contributor

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