mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
uavcanconfig force CMake reconfiguration after use
This commit is contained in:
committed by
Daniel Agar
parent
95e593f3b8
commit
b9bcb7fe7f
@@ -131,5 +131,7 @@ add_custom_target(uavcanconfig
|
||||
COMMENT "Running UAVCAN make menuconfig for ${UAVCAN_DEFCONFIG}"
|
||||
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/.config ${UAVCAN_DEFCONFIG}
|
||||
COMMENT "Saved config to ${UAVCAN_DEFCONFIG}"
|
||||
COMMENT "Reconfiguring ${PX4_BINARY_DIR}"
|
||||
COMMAND ${CMAKE_COMMAND} --clean ${PX4_BINARY_DIR}
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user