diff options
author | Brad King <brad.king@kitware.com> | 2023-05-31 13:33:07 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-05-31 13:33:26 (GMT) |
commit | 5b063510f9a60bb775e9554866fce7edc286fb3c (patch) | |
tree | 6478002771d02d160db7a2da207d7b2cc5b3b7a0 /Help | |
parent | 3332fdab9daefe0cc1de8cf50dc8cd78dfe221b0 (diff) | |
parent | 8451a3f0b545347a812288e66d757692c770097d (diff) | |
download | CMake-5b063510f9a60bb775e9554866fce7edc286fb3c.zip CMake-5b063510f9a60bb775e9554866fce7edc286fb3c.tar.gz CMake-5b063510f9a60bb775e9554866fce7edc286fb3c.tar.bz2 |
Merge topic 'cmake-verbose-print-build-tool-command'
8451a3f0b5 cmGlobalGenerator: use a stream for output in `Build`
e060666531 cmake: write the build command itself with `--verbose`
b017c9f127 cmGlobalGenerator: fix off-by-one for `&&` command joining
c715fd8d76 cmGlobalGenerator: quote commands in `::Build` output
d6c0e827bc cmGlobalGenerator: add a `QuotedPrintable` method for commands
28ee3bef34 cmGlobalGenerator: add missing spaces in output
465ab8d872 cmGlobalGenerator: use `cmStrCat` in `::Build`
81d45dabc4 cmOutputConverter: add a `static` version of `EscapeForShell`
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Acked-by: Alex <leha-bot@yandex.ru>
Merge-request: !8183
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cmake-verbose-print-build-tool-command.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/cmake-verbose-print-build-tool-command.rst b/Help/release/dev/cmake-verbose-print-build-tool-command.rst new file mode 100644 index 0000000..4f13231 --- /dev/null +++ b/Help/release/dev/cmake-verbose-print-build-tool-command.rst @@ -0,0 +1,5 @@ +cmake-verbose-print-build-tool-command +-------------------------------------- + +* ``cmake --build $dir --verbose`` will now print the working directory and + command line used to perform the build. |