Files
CMake/Source
Brad King 634587e322 message: Restore explicit flushing of messages on stderr
In the `cmake` command-line tool, the `message()` command with no
message mode argument prints the message stderr using the C++ `cerr`
stream.  Since commit 0a0a0f8a74 (cmMessenger: Color messages to
terminal by type, 2021-05-18, v3.21.0-rc1~146^2) and an update by
commit c7a8c9c811 (cmMessenger: Revert to non-color messages on
Windows, 2021-07-20, v3.21.1~15^2), we print the newline at the end of
the message using just `\n`.  We've now observed some cases of output
on stdout and stderr getting jumbled when the two go to the same file
descriptor.  Previously the newline was printed with `endl`, which
implicitly flushes.  Flush explicitly to restore that behavior.

Fixes: #23155
2022-01-27 16:06:35 -05:00
..
2021-06-07 19:25:33 +00:00
2021-10-27 09:51:39 -04:00
2021-01-13 15:27:49 +01:00
2021-05-11 11:20:04 -04:00
2021-03-13 07:36:07 -05:00
2021-06-07 19:25:33 +00:00
2021-01-08 09:07:18 -05:00