We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6986fe2 commit a30e443Copy full SHA for a30e443
1 file changed
src/cmake/pythonutils.cmake
@@ -191,7 +191,7 @@ macro (setup_python_module)
191
endif()
192
193
add_custom_command (
194
- COMMAND ${PIPX_EXE} run --python=${Python3_EXECUTABLE} ${_stub_gen} ${PYTHON_BUILD_SITE}
+ COMMAND ${PIPX_EXE} run ${_stub_gen} ${PYTHON_BUILD_SITE}
195
OUTPUT ${_stub_file}
196
DEPENDS ${_stub_gen}
197
COMMENT "Creating python stubs")
0 commit comments