Skip to content

Commit

Permalink
fix metadata.cmake: add missing paths to json & xml parameter outputs (
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng authored Aug 7, 2024
1 parent 3157a4e commit bfcd456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/metadata.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ add_custom_target(metadata_parameters
--markdown ${PX4_BINARY_DIR}/docs/parameters.md

COMMAND ${PYTHON_EXECUTABLE} ${PX4_SOURCE_DIR}/src/lib/parameters/px_process_params.py
--src-path `find ${PX4_SOURCE_DIR}/src -maxdepth 4 -type d`
--src-path `find ${PX4_SOURCE_DIR}/src -maxdepth 4 -type d` ${generated_params_dir}
--inject-xml ${PX4_SOURCE_DIR}/src/lib/parameters/parameters_injected.xml
--json ${PX4_BINARY_DIR}/docs/parameters.json
--compress

COMMAND ${PYTHON_EXECUTABLE} ${PX4_SOURCE_DIR}/src/lib/parameters/px_process_params.py
--src-path `find ${PX4_SOURCE_DIR}/src -maxdepth 4 -type d`
--src-path `find ${PX4_SOURCE_DIR}/src -maxdepth 4 -type d` ${generated_params_dir}
--inject-xml ${PX4_SOURCE_DIR}/src/lib/parameters/parameters_injected.xml
--xml ${PX4_BINARY_DIR}/docs/parameters.xml

Expand Down

0 comments on commit bfcd456

Please sign in to comment.