Skip to content

Commit

Permalink
Improve python binding message
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Dec 22, 2023
1 parent 489d47f commit 7d6b218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ add_custom_command(
COMMAND ${PYTHON3_EXECUTABLE} -m pip install ${_pip_args} ${bindgen_package_location}
COMMAND ${PYTHON3_EXECUTABLE} -m visp_python_bindgen.generator --config "${CMAKE_CURRENT_SOURCE_DIR}/config" --build-folder ${bindings_gen_location} --main-config "${json_config_file_path}"
DEPENDS ${bindings_dependencies}
COMMENT "Installing the bindings generator and running it..."
COMMENT "Installing the python bindings generator and running it..."
)
add_custom_target(
visp_python_bindings_generator_run
Expand Down

0 comments on commit 7d6b218

Please sign in to comment.