summaryrefslogtreecommitdiff
path: root/Modules/DartConfiguration.tcl.in
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-10-12 11:06:49 -0400
committerZach Mullen <zach.mullen@kitware.com>2009-10-12 11:06:49 -0400
commita5aa23d4e1e6e4cc7898d83fdd0c4d2d01e433f6 (patch)
tree1b25fe212e5df043b3f0288dd4e1477f3271ef1c /Modules/DartConfiguration.tcl.in
parent300dcd45a0f2a6cc5bb72fa5059c071f828667a0 (diff)
downloadcmake-a5aa23d4e1e6e4cc7898d83fdd0c4d2d01e433f6.tar.gz
CTest-side support for compiler name and compiler version information. Requires CDash update to show on CDash.
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r--Modules/DartConfiguration.tcl.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index 7b79a3dafe..2eea45cd01 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -45,7 +45,10 @@ UpdateCommand: @UPDATE_COMMAND@
UpdateOptions: @UPDATE_OPTIONS@
UpdateType: @UPDATE_TYPE@
-# Dynamic analisys and coverage
+# Compiler info
+Compiler: @CMAKE_CXX_COMPILER@
+
+# Dynamic analysis and coverage
PurifyCommand: @PURIFYCOMMAND@
ValgrindCommand: @VALGRIND_COMMAND@
ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@