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.
2 parents f233b56 + 553e244 commit c44769bCopy full SHA for c44769b
cmake/PythonTargets.cmake
@@ -146,7 +146,7 @@ print(name + version + '-' + name + version + '-' + platform)"
146
COMMAND ${CMAKE_COMMAND} -E copy_directory "${wheel_build_directory}/share" "${wheel_output_directory}/share"
147
COMMAND ${CMAKE_COMMAND} -E remove "${wheel_output_directory}/${binary_folder}/*.py"
148
COMMAND ${venv_bin}/pip install --no-deps .
149
- COMMAND ${venv_bin}/pybind11-stubgen --exit-code -o "${wheel_output_directory}" "${project_name}"
+ COMMAND ${venv_bin}/pybind11-stubgen --exit-code -o "${wheel_output_path}" "${project_name}"
150
COMMAND ${venv_bin}/python -m build
151
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/wheel
152
)
0 commit comments