Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
4f0727f2
Unverified
Commit
4f0727f2
authored
Apr 05, 2021
by
Weiming Zhao
Committed by
GitHub
Apr 05, 2021
Browse files
Fix the enabling of default extension handling (#2938)
parent
16c23fef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/pybind11NewTools.cmake
tools/pybind11NewTools.cmake
+1
-1
No files found.
tools/pybind11NewTools.cmake
View file @
4f0727f2
...
...
@@ -230,7 +230,7 @@ function(pybind11_add_module target_name)
endif
()
# If we don't pass a WITH_SOABI or WITHOUT_SOABI, use our own default handling of extensions
if
(
NOT ARG_WITHOUT_SOABI
OR
NOT
"WITH_SOABI"
IN_LIST ARG_UNPARSED_ARGUMENTS
)
if
(
NOT ARG_WITHOUT_SOABI
AND
NOT
"WITH_SOABI"
IN_LIST ARG_UNPARSED_ARGUMENTS
)
pybind11_extension
(
${
target_name
}
)
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment