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

Enable Z_FEATURE_ATTACHMENT feature functionality in installed headers by default #329

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

gmartin82
Copy link
Contributor

Unlike other optional features that are enabled by default, the Z_FEATURE_ATTACHMENT feature is not listed in config.h. This leads to user applications using the installed header files failing to compile unless they define Z_FEATURE_ATTACHMENT and set its value to 1.

This PR fixes #328 by adding a block to the config.h file which defines Z_FEATURE_ATTACHMENT as 1 unless already defined.

@Mallets Mallets added the bug Something isn't working label Jan 26, 2024
@Mallets Mallets merged commit a0d58e7 into eclipse-zenoh:main Jan 26, 2024
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Bug] Z_FEATURE_ATTACHMENT defaults not reflected in installed header files
3 participants