diff options
author | David Cole <david.cole@kitware.com> | 2012-04-03 19:59:28 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-04-03 19:59:28 (GMT) |
commit | 3febff79583c6bc28567e2ff95bbd4800aa21a6b (patch) | |
tree | 5d081f7e5cbd6a0a955fc4283c454b281a7aca64 /Source | |
parent | f1b48c14fb5e9046a93db9b2bc84298f43ee729a (diff) | |
parent | fa083753f14c11625375a44cd77d5f6c25e06c43 (diff) | |
download | CMake-3febff79583c6bc28567e2ff95bbd4800aa21a6b.zip CMake-3febff79583c6bc28567e2ff95bbd4800aa21a6b.tar.gz CMake-3febff79583c6bc28567e2ff95bbd4800aa21a6b.tar.bz2 |
Merge topic 'clarify-suffix-docs'
fa08375 CMake: Clarify SUFFIX target property documentation.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmTarget.cxx | 5 |
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, |