diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-12-16 21:19:32 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-12-16 21:19:32 (GMT) |
commit | 4cf81bab0e84c1ccc922c1bd121894072f1561cf (patch) | |
tree | 9dc5e3c4a23493913fbd7d4d1d779b7622482c3b /Modules/Dart.cmake | |
parent | 8ca149d34f7150251a6fc32856ce5ac4968fce68 (diff) | |
download | CMake-4cf81bab0e84c1ccc922c1bd121894072f1561cf.zip CMake-4cf81bab0e84c1ccc922c1bd121894072f1561cf.tar.gz CMake-4cf81bab0e84c1ccc922c1bd121894072f1561cf.tar.bz2 |
ENH: Add suppression file
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r-- | Modules/Dart.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index b5eb9c7..94700dd 100644 --- a/Modules/Dart.cmake +++ b/Modules/Dart.cmake @@ -75,6 +75,7 @@ IF(BUILD_TESTING) "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Rational Software\\Purify\\Setup;InstallFolder]" DOC "Path to Rational purify command, used for memory error detection." ) + SET(MEMORYCHECK_SUPPRESSIONS_FILE "" CACHE FILEPATH "File that contains suppressions for the memmory checker") 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_PROGRAM(COVERAGE_COMMAND gcov DOC "Path to the coverage program that Dart client uses for performing coverage inspection") |