summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-04-02 14:00:27 (GMT)
committerDavid Cole <david.cole@kitware.com>2012-04-02 14:00:27 (GMT)
commitfa083753f14c11625375a44cd77d5f6c25e06c43 (patch)
treeb81d1ac98f2d8713496276876b7e17a57d4cd158 /Source/cmTarget.cxx
parent0454057f8ab90e1b7554f4f014575b9144cc75fc (diff)
downloadCMake-fa083753f14c11625375a44cd77d5f6c25e06c43.zip
CMake-fa083753f14c11625375a44cd77d5f6c25e06c43.tar.gz
CMake-fa083753f14c11625375a44cd77d5f6c25e06c43.tar.bz2
CMake: Clarify SUFFIX target property documentation.
Make it clear that the property applies to libs, modules and exes, not just libs.
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index a516cbc..cfa9976 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -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,