space-ros / docs

The Space ROS documentation site.
Creative Commons Attribution 4.0 International
8 stars 11 forks source link

Fix syntax of argument to `cmake` (#26). #27

Closed ivanperez-keera closed 10 months ago

ivanperez-keera commented 10 months ago

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.