We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c23fe commit 4f0727fCopy full SHA for 4f0727f
tools/pybind11NewTools.cmake
@@ -230,7 +230,7 @@ function(pybind11_add_module target_name)
230
endif()
231
232
# If we don't pass a WITH_SOABI or WITHOUT_SOABI, use our own default handling of extensions
233
- 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)
234
pybind11_extension(${target_name})
235
236
0 commit comments