[Cmake-commits] [cmake-commits] alex committed cmDocumentVariables.cxx 1.22 1.23

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Jan 10 08:16:41 EST 2009


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

Modified Files:
	cmDocumentVariables.cxx 
Log Message:
STYLE: document CMAKE_COLOR_MAKEFILE (#7878)

Alex


Index: cmDocumentVariables.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentVariables.cxx,v
retrieving revision 1.22
retrieving revision 1.23
diff -C 2 -d -r1.22 -r1.23
*** cmDocumentVariables.cxx	15 Dec 2008 18:30:09 -0000	1.22
--- cmDocumentVariables.cxx	10 Jan 2009 13:16:39 -0000	1.23
***************
*** 577,583 ****
       "Variables That Change Behavior");
  
!   
    // Variables defined by CMake that describe the system
!   
    cm->DefineProperty
      ("CMAKE_SYSTEM", cmProperty::VARIABLE,
--- 577,590 ----
       "Variables That Change Behavior");
  
!   cm->DefineProperty
!     ("CMAKE_COLOR_MAKEFILE", cmProperty::VARIABLE,
!      "Enables color output when using the Makefile generator.",
!      "When enabled, the generated Makefiles will produce colored output. "
!      "Default is ON.",false,
!      "Variables That Change Behavior");
! 
! 
    // Variables defined by CMake that describe the system
! 
    cm->DefineProperty
      ("CMAKE_SYSTEM", cmProperty::VARIABLE,



More information about the Cmake-commits mailing list