summaryrefslogtreecommitdiffstats
path: root/Modules/CTest.cmake
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 /Modules/CTest.cmake
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 'Modules/CTest.cmake')
-rw-r--r--Modules/CTest.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CTest.cmake b/Modules/CTest.cmake
index ca9fcf5..8d04be3 100644
--- a/Modules/CTest.cmake
+++ b/Modules/CTest.cmake
@@ -174,7 +174,7 @@ if(BUILD_TESTING)
"How many times to retry timed-out CTest submissions.")
find_program(MEMORYCHECK_COMMAND
- NAMES purify valgrind boundscheck drmemory
+ NAMES purify valgrind boundscheck drmemory cuda-memcheck compute-sanitizer
PATHS
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Rational Software\\Purify\\Setup;InstallFolder]"
DOC "Path to the memory checking command, used for memory error detection."