Skip to content

Commit a30e443

Browse files
committed
Fix
1 parent 6986fe2 commit a30e443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmake/pythonutils.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ macro (setup_python_module)
191191
endif()
192192

193193
add_custom_command (
194-
COMMAND ${PIPX_EXE} run --python=${Python3_EXECUTABLE} ${_stub_gen} ${PYTHON_BUILD_SITE}
194+
COMMAND ${PIPX_EXE} run ${_stub_gen} ${PYTHON_BUILD_SITE}
195195
OUTPUT ${_stub_file}
196196
DEPENDS ${_stub_gen}
197197
COMMENT "Creating python stubs")

0 commit comments

Comments
 (0)