Merge topic 'clarify-suffix-docs'

fa08375 CMake: Clarify SUFFIX target property documentation.
This commit is contained in:
David Cole 2012-04-03 15:59:28 -04:00 committed by CMake Topic Stage
commit 3febff7958
1 changed files with 3 additions and 2 deletions

View File

@ -847,9 +847,10 @@ void cmTarget::DefineProperties(cmake *cm)
cm->DefineProperty
("SUFFIX", cmProperty::TARGET,
"What comes after the library name.",
"What comes after the target name.",
"A target property that can be set to override the suffix "
"(such as \".so\") on a library name.");
"(such as \".so\" or \".exe\") on the name of a library, module or "
"executable.");
cm->DefineProperty
("TYPE", cmProperty::TARGET,