diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-12-08 16:23:46 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-12-08 16:23:46 (GMT) |
commit | 403f220d25b99ccdf0ceef87ef5f669a047d31cd (patch) | |
tree | 1194f44be97cb7c412a8f807e3525d13584b3d40 /Modules/DartConfiguration.tcl.in | |
parent | b777b8656e2ea28a165c22a3c1f7a1a1dd1b11a7 (diff) | |
download | CMake-403f220d25b99ccdf0ceef87ef5f669a047d31cd.zip CMake-403f220d25b99ccdf0ceef87ef5f669a047d31cd.tar.gz CMake-403f220d25b99ccdf0ceef87ef5f669a047d31cd.tar.bz2 |
ENH: Improve coverage on systems with multiple gcov commands
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index bed63d1..aaed45a 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -40,6 +40,7 @@ ScpCommand: @SCPCOMMAND@ PurifyCommand: @PURIFYCOMMAND@ ValgrindCommand: @VALGRIND_COMMAND@ ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@ +CoverageCommand: @COVERAGE_COMMAND@ # Compression commands GunzipCommand: @GUNZIPCOMMAND@ CompressionCommand: @COMPRESSIONCOMMAND@ |