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

build: remove unnecessary includes #4451

Merged
merged 3 commits into from
Mar 14, 2024

Conversation

jmayclin
Copy link
Contributor

@jmayclin jmayclin commented Mar 6, 2024

Description of changes:

In CMake, included directories are a property of the library that is linked against, and do not need to be specified manually.

Testing:

All existing CI should pass.

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

In CMake, included directories are a property of the library that is
linked against, and do not need to be specified manually.
@github-actions github-actions bot added the s2n-core team label Mar 6, 2024
@jmayclin jmayclin marked this pull request as ready for review March 6, 2024 04:34
@jmayclin jmayclin requested review from camshaft and goatgoose March 6, 2024 04:34
@jmayclin jmayclin enabled auto-merge (squash) March 14, 2024 00:15
@jmayclin jmayclin merged commit 6daf82b into aws:main Mar 14, 2024
31 checks passed
@jmayclin jmayclin deleted the cmake-unnecessary-include branch July 1, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants