summaryrefslogtreecommitdiffstats
path: root/Source/cmLinkLibrariesCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-27 17:14:34 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-06-27 17:14:34 (GMT)
commit5579ee31d567e7be07fa7353e968351eeb740116 (patch)
tree66b4a1087837a3d82cc45d9345f5be12eeed1277 /Source/cmLinkLibrariesCommand.h
parentcdb3f325b5a4168cea895ec0e4ee517ad052fa4a (diff)
downloadCMake-5579ee31d567e7be07fa7353e968351eeb740116.zip
CMake-5579ee31d567e7be07fa7353e968351eeb740116.tar.gz
CMake-5579ee31d567e7be07fa7353e968351eeb740116.tar.bz2
documentation change
Diffstat (limited to 'Source/cmLinkLibrariesCommand.h')
-rw-r--r--Source/cmLinkLibrariesCommand.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmLinkLibrariesCommand.h b/Source/cmLinkLibrariesCommand.h
index 877154d..1be241e 100644
--- a/Source/cmLinkLibrariesCommand.h
+++ b/Source/cmLinkLibrariesCommand.h
@@ -96,11 +96,11 @@ public:
{
return
"LINK_LIBRARIES(library1 <debug | optimized> library2 ...)\n"
- "Specify a list of libraries to be linked into\n"
- "executables or shared objects. This command is passed\n"
- "down to all other commands. \n"
- "The debug and optimized strings may be used to indicate that\n"
- "the next library listed is to be used only for that specific\n"
+ "Specify a list of libraries to be linked into "
+ "executables or shared objects. This command is passed "
+ "down to all other commands. "
+ "The debug and optimized strings may be used to indicate that "
+ "the next library listed is to be used only for that specific "
"type of build";
}