diff options
author | Brad King <brad.king@kitware.com> | 2015-04-27 14:34:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-28 17:32:23 (GMT) |
commit | 7244e8452fc9e99c613d8fb098903608d96cf73a (patch) | |
tree | 549ae8e87d03fc02cc1e6d1421849b154be94959 /Help/manual/ctest.1.rst | |
parent | f693c136f94c8a21857b8bf4eff944ab57f73765 (diff) | |
download | CMake-7244e8452fc9e99c613d8fb098903608d96cf73a.zip CMake-7244e8452fc9e99c613d8fb098903608d96cf73a.tar.gz CMake-7244e8452fc9e99c613d8fb098903608d96cf73a.tar.bz2 |
ctest: Consolidate documentation of CTEST_USE_LAUNCHERS (#15533)
The documentation of this variable in the CTest module is outdated
and has been superseded by the ctest(1) manual. In particular, the
latter mentions that it works with the Ninja generator as well as
makefile generators. Remove the documentation from the CTest module
and replace it with a link to the main variable documentation (which
already references the ctest(1) manual).
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index d0ac28d..c91321b 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -372,6 +372,8 @@ Options .. include:: OPTIONS_HELP.txt +.. _`Dashboard Client`: + Dashboard Client ================ @@ -749,8 +751,9 @@ Configuration settings include: initialized by the :command:`build_command` command ``UseLaunchers`` - For build trees generated by CMake using a Makefile generator - or the :generator:`Ninja` generator, specify whether the + For build trees generated by CMake using one of the + :ref:`Makefile Generators` or the :generator:`Ninja` + generator, specify whether the ``CTEST_USE_LAUNCHERS`` feature is enabled by the :module:`CTestUseLaunchers` module (also included by the :module:`CTest` module). When enabled, the generated build |