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

Change target_include_directoried to prevent warnings mixup #286

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

siddux
Copy link
Contributor

@siddux siddux commented Feb 19, 2025

Hello, I'm using this library as a part of my project. on the target where I import the library I've a different set of warning flags passed to the compiler that are more strict than the ones in the library. Although the ideal case will be to fix them that's a lot of work and probably not in the general interest of this repo.

What I propose is to add a minimal change so that when the library is linked to a target the flags from that target are not propagated to the library. A more in depth explanation can be found here.

Copy link
Member

@aentinger aentinger left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@aentinger aentinger merged commit b3027c6 into 107-systems:main Feb 19, 2025
5 checks passed
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.

2 participants