Skip to content

Commit c44769b

Browse files
authored
Merge pull request #1199 from Geode-solutions/fix/stub-location
fix(Stub): wrong stub location
2 parents f233b56 + 553e244 commit c44769b

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)