The page describing how to use the dashboard states that colcon build has to be called with arguments --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS, which is not valid syntax because variables have to be given a value.
This commit modifies that sentence to indicate that the value should be ON.
The page describing how to use the dashboard states that colcon build has to be called with arguments
--cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS
, which is not valid syntax because variables have to be given a value.This commit modifies that sentence to indicate that the value should be
ON
.