summaryrefslogtreecommitdiffstats
path: root/Modules/Dart.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-04-05 15:51:14 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-04-05 15:51:14 (GMT)
commitd2e93e8f8dbd682142fc0a63143fad4e52b4f51c (patch)
treee4827f89767336aad5da8d723da314d0753c017c /Modules/Dart.cmake
parent290c509e119d1e3cc6efa3ee53ab80bfba9f524b (diff)
downloadCMake-d2e93e8f8dbd682142fc0a63143fad4e52b4f51c.zip
CMake-d2e93e8f8dbd682142fc0a63143fad4e52b4f51c.tar.gz
CMake-d2e93e8f8dbd682142fc0a63143fad4e52b4f51c.tar.bz2
improved finding purify on windows to use registry
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r--Modules/Dart.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake
index 7c3ea1c..288a085 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -38,7 +38,10 @@ IF(BUILD_TESTING)
DOC "Path to program used to compress files for transfer to the dart server")
FIND_PROGRAM(GUNZIPCOMMAND gunzip DOC "Path to gunzip executable")
FIND_PROGRAM(JAVACOMMAND java DOC "Path to java command, used by the Dart server to create html.")
- FIND_PROGRAM(PURIFYCOMMAND purify DOC "Path to Rational purify command, used for memory error detection.")
+ FIND_PROGRAM(PURIFYCOMMAND purify
+ "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Rational Software\\Purify\\Setup;InstallFolder]"
+ DOC "Path to Rational purify command, used for memory error detection."
+ )
FIND_PROGRAM(SCPCOMMAND scp DOC "Path to scp command, used by some Dart clients for submitting results to a Dart server (when not using ftp for submissions)")
# find a tcl shell command