summaryrefslogtreecommitdiffstats
path: root/Help/command/enable_testing.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Document CTest module BUILD_TESTING variableRobert Maynard2024-10-241-5/+5
| | | | | | The `BUILD_TESTING` variable is referenced in `add_test` and `enable_testing`. It should be documented as it controls the behavior tests working when projects use `include(CTest)`.
* Help: for command enable_testing, explain relation to module CTest.Joachim Wuttke (o)2019-03-071-4/+11
|
* Help: Apply syntax highlighting to project commandsJoachim Wuttke (o)2018-10-251-1/+1
| | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense.
* Help: Improve formatting of command documentationMichael Scott2015-06-081-4/+4
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+13
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.