[Cmake-commits] [cmake-commits] zach.mullen committed cmCTest.cxx 1.373 1.374

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 13 08:56:44 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv5350

Modified Files:
	cmCTest.cxx 
Log Message:
Fix line length.


Index: cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.373
retrieving revision 1.374
diff -C 2 -d -r1.373 -r1.374
*** cmCTest.cxx	12 Oct 2009 15:11:43 -0000	1.373
--- cmCTest.cxx	13 Oct 2009 12:56:38 -0000	1.374
***************
*** 1267,1271 ****
         << cmVersion::GetCMakeVersion()  << "\"\n"
         << (append? "\tAppend=\"true\"\n":"")
!        << "\tCompilerName=\"" << this->GetCTestConfiguration("Compiler") << "\"\n"
  #ifdef _COMPILER_VERSION
         << "\tCompilerVersion=\"_COMPILER_VERSION\"\n"
--- 1267,1272 ----
         << cmVersion::GetCMakeVersion()  << "\"\n"
         << (append? "\tAppend=\"true\"\n":"")
!        << "\tCompilerName=\"" << this->GetCTestConfiguration("Compiler") 
!        << "\"\n"
  #ifdef _COMPILER_VERSION
         << "\tCompilerVersion=\"_COMPILER_VERSION\"\n"



More information about the Cmake-commits mailing list