Skip to content

Commit 553e244

Browse files
committed
fix(Stub): wrong stub location
1 parent fe41358 commit 553e244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/PythonTargets.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ print(name + version + '-' + name + version + '-' + platform)"
146146
COMMAND ${CMAKE_COMMAND} -E copy_directory "${wheel_build_directory}/share" "${wheel_output_directory}/share"
147147
COMMAND ${CMAKE_COMMAND} -E remove "${wheel_output_directory}/${binary_folder}/*.py"
148148
COMMAND ${venv_bin}/pip install --no-deps .
149-
COMMAND ${venv_bin}/pybind11-stubgen --exit-code -o "${wheel_output_directory}" "${project_name}"
149+
COMMAND ${venv_bin}/pybind11-stubgen --exit-code -o "${wheel_output_path}" "${project_name}"
150150
COMMAND ${venv_bin}/python -m build
151151
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/wheel
152152
)

0 commit comments

Comments
 (0)