summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTargetPropertiesCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 17:53:21 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 17:53:21 (GMT)
commitdaa37f116340fa86c1a511847fe65ad999095fa0 (patch)
treec7b5e27c5bc3407266dca8ea5c987ff32a81b5a2 /Source/cmSetTargetPropertiesCommand.h
parent2bb24565e5fb9ba99aa3164332a81504a7eb51b0 (diff)
downloadCMake-daa37f116340fa86c1a511847fe65ad999095fa0.zip
CMake-daa37f116340fa86c1a511847fe65ad999095fa0.tar.gz
CMake-daa37f116340fa86c1a511847fe65ad999095fa0.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r--Source/cmSetTargetPropertiesCommand.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h
index 91d320e..9bd3483 100644
--- a/Source/cmSetTargetPropertiesCommand.h
+++ b/Source/cmSetTargetPropertiesCommand.h
@@ -81,8 +81,9 @@ public:
"variable for executables)."
"\n"
"The LINK_FLAGS property can be used to add extra flags to the "
- "link step of a target. LINK_FLAGS_<CONFIG> will add to the configuration "
- "<CONFIG>, for example, DEBUG, RELEASE, MINSIZEREL, RELWITHDEBINFO. "
+ "link step of a target. LINK_FLAGS_<CONFIG> will add to the "
+ "configuration <CONFIG>, "
+ "for example, DEBUG, RELEASE, MINSIZEREL, RELWITHDEBINFO. "
"DEFINE_SYMBOL sets the name of the preprocessor symbol defined when "
"compiling sources in a shared library. "
"If not set here then it is set to target_EXPORTS by default "