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 the enabling of default extension handling #2938

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

weimingzha0
Copy link
Contributor

@weimingzha0 weimingzha0 commented Apr 6, 2021

pybind11_extension() is bypassed when ARG_WITHOUT_SOABI is set or "WITH_SOABI" is specified.

Description

This PR closes #2937

Suggested changelog entry:

Fix bug not respecting ``WITH_SOABI`` or ``WITHOUT_SOABI`` to CMake

pybind11_extension() is bypassed when ARG_WITHOUT_SOABI is set or "WITH_SOABI" is specified.
@rwgk rwgk requested a review from henryiii April 6, 2021 02:08
@henryiii henryiii merged commit 4f0727f into pybind:master Apr 6, 2021
@github-actions github-actions bot added the needs changelog Possibly needs a changelog entry label Apr 6, 2021
@henryiii henryiii removed the needs changelog Possibly needs a changelog entry label Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] WITHOUT_SOABI doesn't work
2 participants