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

cmake: Fix quoting for string arguments #250

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

hebasto
Copy link
Owner

@hebasto hebasto commented Jun 30, 2024

A string argument must be quoted, Otherwise, if a string is empty, the called function will fail to get it.

The modified code does not cause any wrong behaviour on the staging branch @ a7cc7d8. But that can be a problem if commits are reordered (when preparing a pull request for the main repository).

@hebasto hebasto added this to the Ready for master milestone Jun 30, 2024
@hebasto hebasto added the bug Something isn't working label Jun 30, 2024
Copy link

@TheCharlatan TheCharlatan left a comment

Choose a reason for hiding this comment

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

lgtm ACK f4dd154

@hebasto hebasto merged commit 1eb1250 into cmake-staging Jul 1, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants