Cleanup some variable documentation names
Remove trailing whitespace after property names. Remove duplicate CMAKE_<LANG>_LINK_EXECUTABLE definition. Rename "[Project name]" placeholder to "<PROJECT-NAME>".
This commit is contained in:
parent
bbfff5233d
commit
b78bc33311
|
@ -428,7 +428,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
|
|||
"PROJECT command.",false,
|
||||
"Variables that Provide Information");
|
||||
cm->DefineProperty
|
||||
("[Project name]_BINARY_DIR", cmProperty::VARIABLE,
|
||||
("<PROJECT-NAME>_BINARY_DIR", cmProperty::VARIABLE,
|
||||
"Top level binary directory for the named project.",
|
||||
"A variable is created with the name used in the PROJECT "
|
||||
"command, and is the binary directory for the project. "
|
||||
|
@ -436,7 +436,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
|
|||
"several projects.",false,
|
||||
"Variables that Provide Information");
|
||||
cm->DefineProperty
|
||||
("[Project name]_SOURCE_DIR", cmProperty::VARIABLE,
|
||||
("<PROJECT-NAME>_SOURCE_DIR", cmProperty::VARIABLE,
|
||||
"Top level source directory for the named project.",
|
||||
"A variable is created with the name used in the PROJECT "
|
||||
"command, and is the source directory for the project."
|
||||
|
@ -1940,8 +1940,6 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
|
|||
cmProperty::VARIABLE,0,0);
|
||||
cm->DefineProperty("CMAKE_<LANG>_INFORMATION_LOADED",
|
||||
cmProperty::VARIABLE,0,0);
|
||||
cm->DefineProperty("CMAKE_<LANG>_LINK_EXECUTABLE",
|
||||
cmProperty::VARIABLE,0,0);
|
||||
cm->DefineProperty("CMAKE_<LANG>_LINK_FLAGS",
|
||||
cmProperty::VARIABLE,0,0);
|
||||
cm->DefineProperty("CMAKE_<LANG>_RESPONSE_FILE_LINK_FLAG",
|
||||
|
|
Loading…
Reference in New Issue