diff options
author | Brad King <brad.king@kitware.com> | 2021-02-23 14:12:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-02-23 14:22:00 (GMT) |
commit | 6fa36470239a40ef81752ddea923d8618ad6eb7c (patch) | |
tree | b1a9b98b5485f9a824d5986446163883bc22b62d /Help | |
parent | 3357d377612fc238ff9da61666041764792034bb (diff) | |
download | CMake-6fa36470239a40ef81752ddea923d8618ad6eb7c.zip CMake-6fa36470239a40ef81752ddea923d8618ad6eb7c.tar.gz CMake-6fa36470239a40ef81752ddea923d8618ad6eb7c.tar.bz2 |
ctest: Add support for '--prefix=<prefix>' form of the argument
The main `cmake --preset` argument for configure presets supports both
forms, so support it for `ctest --preset` too.
Fixes: #21855
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/ctest.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 0a3614f..175359d 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -30,7 +30,7 @@ This program will run the tests and report results. Options ======= -``--preset <preset>`` +``--preset <preset>``, ``--preset=<preset>`` Use a test preset to specify test options. The project binary directory is inferred from the ``configurePreset`` key. The current working directory must contain CMake preset files. |