diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-10-20 02:56:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-10-20 15:21:40 (GMT) |
commit | 3043c17039b8aa14c1a3ffdaef70ab4010c1be20 (patch) | |
tree | 4b5fe988dca122db6de14ad49e159e8cae9b3061 /Modules/CTest.cmake | |
parent | 7d710abc87a83d96bb3b0f504338c2110d9afa19 (diff) | |
download | CMake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.zip CMake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.tar.gz CMake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.tar.bz2 |
Help: Add more CLI `:option:` references to various pages
Diffstat (limited to 'Modules/CTest.cmake')
-rw-r--r-- | Modules/CTest.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CTest.cmake b/Modules/CTest.cmake index 8f8ebb4..16283d6 100644 --- a/Modules/CTest.cmake +++ b/Modules/CTest.cmake @@ -33,7 +33,7 @@ file at the top of the project with content such as:: (the CDash server can provide the file to a project administrator who configures ``MyProject``). Settings in the config file are shared by both this ``CTest`` module and the :manual:`ctest(1)` command-line -:ref:`Dashboard Client` mode (``ctest -S``). +:ref:`Dashboard Client` mode (:option:`ctest -S`). While building a project for submission to CDash, CTest scans the build output for errors and warnings and reports them with surrounding |