diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-05-26 18:30:18 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-05-27 11:04:17 (GMT) |
commit | 8451a3f0b545347a812288e66d757692c770097d (patch) | |
tree | 4f1c53bc98b605052390ecf61aa2af03ce93da34 /Tests | |
parent | e06066653124f4fd8d1f9ca1c3e1cd8a4ceac7f9 (diff) | |
download | CMake-8451a3f0b545347a812288e66d757692c770097d.zip CMake-8451a3f0b545347a812288e66d757692c770097d.tar.gz CMake-8451a3f0b545347a812288e66d757692c770097d.tar.bz2 |
cmGlobalGenerator: use a stream for output in `Build`
This allows output to show up in output immediately instead of being
batched.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/RunCMake/Ninja/VerboseBuild-nowork-stdout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/Ninja/VerboseBuild-nowork-stdout.txt b/Tests/RunCMake/Ninja/VerboseBuild-nowork-stdout.txt index 60a9228..40b4527 100644 --- a/Tests/RunCMake/Ninja/VerboseBuild-nowork-stdout.txt +++ b/Tests/RunCMake/Ninja/VerboseBuild-nowork-stdout.txt @@ -1 +1 @@ -^ninja: no work to do +ninja: no work to do |