diff options
Diffstat (limited to 'Help/variable/CMAKE_CTEST_COMMAND.rst')
-rw-r--r-- | Help/variable/CMAKE_CTEST_COMMAND.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_CTEST_COMMAND.rst b/Help/variable/CMAKE_CTEST_COMMAND.rst index b2942e2a8b..7287998bb4 100644 --- a/Help/variable/CMAKE_CTEST_COMMAND.rst +++ b/Help/variable/CMAKE_CTEST_COMMAND.rst @@ -4,5 +4,5 @@ CMAKE_CTEST_COMMAND Full path to :manual:`ctest(1)` command installed with CMake. This is the full path to the CTest executable :manual:`ctest(1)` which is -useful from custom commands that want to use the :manual:`cmake(1)` ``-E`` +useful from custom commands that want to use the :option:`cmake -E <cmake_E -E>` option for portable system commands. |