We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this example, the command line was long, so I tried to break it up using forced line breaks (empty line comments) …
set(SRC src/file.c ) add_custom_command( OUTPUT src.tar.zst DEPENDS ${SRC} COMMAND set -euo pipefail # && tar -c src | zstd --ultra -22 > src.tar.zst # )
… but Gersemi 0.11.0 didn't like that:
CMakeLists.txt: AST mismatch after formatting
The text was updated successfully, but these errors were encountered:
Fix issue with comments in COMMAND of add_custom_command (#16)
68af084
Fixed in 0.11.1.
Quite clever usage of line comment to break COMMAND argument.
Sorry, something went wrong.
No branches or pull requests
In this example, the command line was long, so I tried to break it up using forced line breaks (empty line comments) …
… but Gersemi 0.11.0 didn't like that:
The text was updated successfully, but these errors were encountered: