[cmake-commits] king committed cmLinkDirectoriesCommand.h 1.11 1.12
cmake-commits at cmake.org
cmake-commits at cmake.org
Sun Dec 23 19:03:24 EST 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv5567/Source
Modified Files:
cmLinkDirectoriesCommand.h
Log Message:
ENH: Clarify documentation of link_directories command for bug#6199.
Index: cmLinkDirectoriesCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLinkDirectoriesCommand.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cmLinkDirectoriesCommand.h 10 Oct 2007 15:47:43 -0000 1.11
+++ cmLinkDirectoriesCommand.h 24 Dec 2007 00:03:22 -0000 1.12
@@ -54,7 +54,7 @@
*/
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 @@
{
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);
More information about the Cmake-commits
mailing list