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

posix: cmake: allow empty library #68509

Merged

Conversation

cfriedt
Copy link
Member

@cfriedt cfriedt commented Feb 4, 2024

This change mitigates the following cmake warning

No SOURCES given to Zephyr library: lib__posix__options

without needing to have a separate interface library (as we do not need private headers exposed).

This change mitigates the following cmake warning

No SOURCES given to Zephyr library: lib__posix__options

without needing to have a separate interface library
(as we do not need private headers exposed).

Signed-off-by: Christopher Friedt <[email protected]>
@zephyrbot zephyrbot added the area: POSIX POSIX API Library label Feb 4, 2024
@zephyrbot zephyrbot requested a review from ycsin February 4, 2024 21:23
@henrikbrixandersen henrikbrixandersen added this to the v3.6.0 milestone Feb 5, 2024
@henrikbrixandersen henrikbrixandersen added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Feb 5, 2024
@henrikbrixandersen henrikbrixandersen merged commit 4174ff1 into zephyrproject-rtos:main Feb 5, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Build System area: POSIX POSIX API Library Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants