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

Conversation

ivanperez-keera
Copy link
Contributor

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`.
@ivanperez-keera ivanperez-keera added this to the humble-2024.01.0 milestone Jan 11, 2024
@Bckempa Bckempa linked an issue Jan 11, 2024 that may be closed by this pull request
Copy link
Contributor

@Bckempa Bckempa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't go though the full process but I did confirm that the updated syntax is valid and the correct equivalent of the CMake option listed.

@ivanperez-keera ivanperez-keera merged commit 6f6cf09 into rolling Jan 11, 2024
2 checks passed
@ivanperez-keera ivanperez-keera deleted the dev-cmake-args-syntax branch January 11, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Minor error in Use-The-Dashboard.rst
2 participants