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

cmake: pick a better IPv6 feature flag when assembling the feature list #15980

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

Before this patch it used ENABLE_IPV6, the configuration intent.
Replace with USE_IPV6 which is the actual setting passed to C.

The two can be different for targets without IPv6 support.

Before this patch it used `ENABLE_IPV6`, the configuration intent.
Replace with `USE_IPV6` which is the actual setting passed down to C.

The two can be different for targets without IPv6 support.
@github-actions github-actions bot added the build label Jan 12, 2025
@vszakats vszakats changed the title cmake: pick a better indicator for IPv6 when assembling the feature list cmake: pick a better IPv6 indicator when assembling the feature list Jan 13, 2025
@vszakats vszakats changed the title cmake: pick a better IPv6 indicator when assembling the feature list cmake: pick a better IPv6 feature flag when assembling the feature list Jan 13, 2025
@vszakats vszakats closed this in c4ba49c Jan 13, 2025
@vszakats vszakats deleted the cm-ipv6-tidy branch January 13, 2025 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant