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

fix PYZMQ_NO_BUNDLE option name #2053

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Jan 13, 2025

Fix the CMake option() name from PYZMQ_LIBZMQ_NO_BUNDLE to PYZMQ_NO_BUNDLE. The latter is actually used below as the environment variable and as the actual condition, as well as in the documentation. Given that there are projects already using it, just fix the name passed to option() to match.

Fix the CMake `option()` name from `PYZMQ_LIBZMQ_NO_BUNDLE` to
`PYZMQ_NO_BUNDLE`.  The latter is actually used below as the environment
variable and as the actual condition, as well as in the documentation.
Given that there are projects already using it, just fix the name passed
to `option()` to match.
@minrk minrk merged commit affac77 into zeromq:main Jan 13, 2025
30 of 34 checks passed
@minrk
Copy link
Member

minrk commented Jan 13, 2025

Thanks!

@mgorny mgorny deleted the no-bundle-option-name branch January 13, 2025 15:22
@mgorny
Copy link
Contributor Author

mgorny commented Jan 13, 2025

Thank you!

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