Commit 7f5d46f
authored
cleanup: avoid CMake warning-message markup (#6265)
CMake `message(WARNING "message to display")` uses a simple markup
language, where newlines in non-indented text are presumed to
delineate paragraphs that should be wrapped and separated. Avoid
that by adding a little indentation, so the text renders as a
single block.1 parent aeeb6e4 commit 7f5d46f
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments