[Cmake-commits] [cmake-commits] zach.mullen committed DartConfiguration.tcl.in 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 12 11:06:51 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv11058/Modules

Modified Files:
	DartConfiguration.tcl.in 
Log Message:
CTest-side support for compiler name and compiler version information.  Requires CDash update to show on CDash.


Index: DartConfiguration.tcl.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/DartConfiguration.tcl.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C 2 -d -r1.11 -r1.12
*** DartConfiguration.tcl.in	2 Sep 2009 14:08:38 -0000	1.11
--- DartConfiguration.tcl.in	12 Oct 2009 15:06:42 -0000	1.12
***************
*** 46,50 ****
  UpdateType: @UPDATE_TYPE@
  
! # Dynamic analisys and coverage
  PurifyCommand: @PURIFYCOMMAND@
  ValgrindCommand: @VALGRIND_COMMAND@
--- 46,53 ----
  UpdateType: @UPDATE_TYPE@
  
! # Compiler info
! Compiler: @CMAKE_CXX_COMPILER@
! 
! # Dynamic analysis and coverage
  PurifyCommand: @PURIFYCOMMAND@
  ValgrindCommand: @VALGRIND_COMMAND@



More information about the Cmake-commits mailing list