summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2020-11-06 10:50:40 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-11-06 10:50:53 (GMT)
commit9201b3fa40a1cee598a90b3a0d90a40d27ddb49d (patch)
treec69fe4c369c3602cf4b766ae3d0e3c01cebff7cc /Help/variable
parent35594cd4346df779da3e14facee90561a37fe8be (diff)
parente620bb7293282d11291ca7969ee3c867f12b2264 (diff)
downloadCMake-9201b3fa40a1cee598a90b3a0d90a40d27ddb49d.zip
CMake-9201b3fa40a1cee598a90b3a0d90a40d27ddb49d.tar.gz
CMake-9201b3fa40a1cee598a90b3a0d90a40d27ddb49d.tar.bz2
Merge topic 'help_ctest_cuda_memcheck'
e620bb7293 Help: Add cuda-memcheck to CTest documentation fb98883e2b CTest: Add cuda-memcheck to Dart and CTest module Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5469
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CTEST_MEMORYCHECK_TYPE.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/variable/CTEST_MEMORYCHECK_TYPE.rst b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
index 2452228..5204389 100644
--- a/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
+++ b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
@@ -5,6 +5,6 @@ CTEST_MEMORYCHECK_TYPE
Specify the CTest ``MemoryCheckType`` setting
in a :manual:`ctest(1)` dashboard client script.
-Valid values are ``Valgrind``, ``Purify``, ``BoundsChecker``, ``DrMemory`` and
-``ThreadSanitizer``, ``AddressSanitizer``, ``LeakSanitizer``, ``MemorySanitizer``, and
-``UndefinedBehaviorSanitizer``.
+Valid values are ``Valgrind``, ``Purify``, ``BoundsChecker``, ``DrMemory``,
+``CudaMemcheck``, ``ThreadSanitizer``, ``AddressSanitizer``, ``LeakSanitizer``,
+``MemorySanitizer`` and ``UndefinedBehaviorSanitizer``.