CTest-side support for compiler name and compiler version information. Requires CDash update to show on CDash.

This commit is contained in:
Zach Mullen
2009-10-12 11:06:49 -04:00
parent 300dcd45a0
commit a5aa23d4e1
2 changed files with 13 additions and 5 deletions

View File

@@ -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@