parent
992953bcfe
commit
0f38be1561
|
@ -576,6 +576,13 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
|
|||
"add_executable(CMakeSetup WIN32 ${SRCS})\n",false,
|
||||
"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
|
||||
|
||||
|
|
Loading…
Reference in New Issue