From 7d6b218288f2615929b0dd08c975ed401c4e0704 Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Fri, 22 Dec 2023 16:32:30 +0100 Subject: [PATCH] Improve python binding message --- modules/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/python/CMakeLists.txt b/modules/python/CMakeLists.txt index b5aa701ece..5762537873 100644 --- a/modules/python/CMakeLists.txt +++ b/modules/python/CMakeLists.txt @@ -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