Skip to content

Commit

Permalink
Removed message intended for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
timohl committed Aug 15, 2024
1 parent 890e28a commit 5a7f9e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/pybind/make_python_package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ if(NOT IGNORE_STUBGEN_ERRORS)
list(APPEND PYBIND11_STUBGEN_FLAGS "--exit-code")
endif()
message(STATUS "Generating typing stubs...")
message(STATUS "pybind11-stubgen open3d -o ${PYTHON_PACKAGE_DST_DIR}/stubs")
execute_process(
COMMAND ${CMAKE_COMMAND} -E env PYTHONPATH="${PYTHON_PACKAGE_DST_DIR}" pybind11-stubgen open3d -o "${PYTHON_PACKAGE_DST_DIR}" ${PYBIND11_STUBGEN_FLAGS}
COMMAND_ERROR_IS_FATAL ANY
Expand Down

0 comments on commit 5a7f9e5

Please sign in to comment.