diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-10-08 09:10:41 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-10-09 02:34:05 (GMT) |
commit | f8b3b24915163ab4de94c13bdeb7a314597fb030 (patch) | |
tree | 75ebf03dfd1aff7818db9c842c0f1110a84e2a40 /Help/manual/cmake.1.rst | |
parent | 3de30134f1432e877bbf133bcb18797c09801209 (diff) | |
download | CMake-f8b3b24915163ab4de94c13bdeb7a314597fb030.zip CMake-f8b3b24915163ab4de94c13bdeb7a314597fb030.tar.gz CMake-f8b3b24915163ab4de94c13bdeb7a314597fb030.tar.bz2 |
Help: Minor grammar, typo and formatting cleanups
Diffstat (limited to 'Help/manual/cmake.1.rst')
-rw-r--r-- | Help/manual/cmake.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 879ad0b..9384524 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -278,7 +278,7 @@ Options .. option:: --debug-trycompile - Do not delete the the files and directories created for + Do not delete the files and directories created for :command:`try_compile` / :command:`try_run` calls. This is useful in debugging failed checks. |