[Cmake-commits] [cmake-commits] king committed cmLinkDirectoriesCommand.h 1.13 1.14

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 29 14:14:10 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv19868/Source

Modified Files:
	cmLinkDirectoriesCommand.h 
Log Message:
ENH: Docs for relative paths in link_directories

The link_directories command treats relative paths differently from most
CMake commands.  This notes the difference in the documentation.
See issue #8377.


Index: cmLinkDirectoriesCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLinkDirectoriesCommand.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C 2 -d -r1.13 -r1.14
*** cmLinkDirectoriesCommand.h	23 Jan 2008 15:27:59 -0000	1.13
--- cmLinkDirectoriesCommand.h	29 Jan 2009 19:14:02 -0000	1.14
***************
*** 67,71 ****
        "  link_directories(directory1 directory2 ...)\n"
        "Specify the paths in which the linker should search for libraries. "
!       "The command will apply only to targets created after it is called.";
      }
    
--- 67,76 ----
        "  link_directories(directory1 directory2 ...)\n"
        "Specify the paths in which the linker should search for libraries. "
!       "The command will apply only to targets created after it is called. "
!       "For historical reasons, relative paths given to this command are "
!       "passed to the linker unchanged "
!       "(unlike many CMake commands which interpret them relative to the "
!       "current source directory)."
!       ;
      }
    



More information about the Cmake-commits mailing list