ENH: minor fix
This commit is contained in:
parent
9ddb45f085
commit
379e65de57
|
@ -807,7 +807,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
|
|||
"before they have been used. This would allow you "
|
||||
"to override any variables that need to be changed "
|
||||
"for some language. ",false,
|
||||
"Variables That Change Behavior");
|
||||
"Variables for Languages");
|
||||
|
||||
cm->DefineProperty
|
||||
("CMAKE_<LANG>_COMPILER", cmProperty::VARIABLE,
|
||||
|
|
Loading…
Reference in New Issue