summaryrefslogtreecommitdiffstats
path: root/Source/cmLinkDirectoriesCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-12-24 00:03:22 (GMT)
committerBrad King <brad.king@kitware.com>2007-12-24 00:03:22 (GMT)
commit611d1119d19c43330a9a6eb7e0c70861ff8530bd (patch)
tree661910f1d79627fc80b08f03369412c603a00d84 /Source/cmLinkDirectoriesCommand.h
parent430296dc962bad3ada1e9174f529a53ca676c7df (diff)
downloadCMake-611d1119d19c43330a9a6eb7e0c70861ff8530bd.zip
CMake-611d1119d19c43330a9a6eb7e0c70861ff8530bd.tar.gz
CMake-611d1119d19c43330a9a6eb7e0c70861ff8530bd.tar.bz2
ENH: Clarify documentation of link_directories command for bug#6199.
Diffstat (limited to 'Source/cmLinkDirectoriesCommand.h')
-rw-r--r--Source/cmLinkDirectoriesCommand.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmLinkDirectoriesCommand.h b/Source/cmLinkDirectoriesCommand.h
index cef13be..fe08656 100644
--- a/Source/cmLinkDirectoriesCommand.h
+++ b/Source/cmLinkDirectoriesCommand.h
@@ -54,7 +54,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Specify directories in which to search for libraries.";
+ return "Specify directories in which the linker will look for libraries.";
}
/**
@@ -64,7 +64,8 @@ public:
{
return
" link_directories(directory1 directory2 ...)\n"
- "Specify the paths in which the linker should search for libraries.";
+ "Specify the paths in which the linker should search for libraries. "
+ "The command will apply only to targets created after it is called.";
}
cmTypeMacro(cmLinkDirectoriesCommand, cmCommand);