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 issue #15 by fixing aws-c-common installs #33

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Lectem
Copy link

@Lectem Lectem commented Feb 5, 2020

aws-c-event-stream should not need to worry nor now how to find the aws-c-common CMake modules.
This can be fixed by simply moving up find_package(aws-c-common REQUIRED) and making the aws-c-common package set the paths correctly.

This has been confirmed to work on amazon linux 2.

This commit requires awslabs/aws-c-common#587 to be merged first.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

`aws-c-event-stream` should not need to worry nor now how to find the `aws-c-common` CMake modules.
This can be fixed by simply moving up `find_package(aws-c-common REQUIRED)` and making the `aws-c-common` package set the paths correctly.

This has been confirmed to work on amazon linux 2.

This commit requires awslabs/aws-c-common#587 to be merged first.
@justinboswell justinboswell self-assigned this Feb 5, 2020
@justinboswell justinboswell added the investigating Issue is being investigated and/or work is in progress to resolve the issue. label Feb 5, 2020
@justinboswell justinboswell changed the base branch from master to main November 13, 2020 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating Issue is being investigated and/or work is in progress to resolve the issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants