Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 11, 2024

Commits on Jan 11, 2024

  1. Fix syntax of argument to cmake (#26).

    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`.
    ivanperez-keera committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    876704f View commit details
    Browse the repository at this point in the history