From fa083753f14c11625375a44cd77d5f6c25e06c43 Mon Sep 17 00:00:00 2001 From: David Cole Date: Mon, 2 Apr 2012 10:00:27 -0400 Subject: CMake: Clarify SUFFIX target property documentation. Make it clear that the property applies to libs, modules and exes, not just libs. --- Source/cmTarget.cxx | 5 +++-- 1 file 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, -- cgit v0.12