summaryrefslogtreecommitdiffstats
path: root/Source/cmLinkDirectoriesCommand.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2013-01-27 17:00:14 (GMT)
committerAlex Neundorf <neundorf@kde.org>2013-01-27 17:00:14 (GMT)
commita7d6ebb01ba7418af3af74a532900f0d7cb210fe (patch)
tree66b8f34207b905870c7e91f0798f0497ccef6a44 /Source/cmLinkDirectoriesCommand.h
parentf7db6d115d0bd665ee0ed9be9994a59792d016af (diff)
downloadCMake-a7d6ebb01ba7418af3af74a532900f0d7cb210fe.zip
CMake-a7d6ebb01ba7418af3af74a532900f0d7cb210fe.tar.gz
CMake-a7d6ebb01ba7418af3af74a532900f0d7cb210fe.tar.bz2
documentation: handling of relative paths by include- and link_directories()
Alex
Diffstat (limited to 'Source/cmLinkDirectoriesCommand.h')
-rw-r--r--Source/cmLinkDirectoriesCommand.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/cmLinkDirectoriesCommand.h b/Source/cmLinkDirectoriesCommand.h
index 889118c..9218f44 100644
--- a/Source/cmLinkDirectoriesCommand.h
+++ b/Source/cmLinkDirectoriesCommand.h
@@ -62,10 +62,8 @@ public:
" 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).\n"
+ "Relative paths given to this command are interpreted as relative to "
+ "the current source directory, see CMP0015. \n"
"Note that this command is rarely necessary. Library locations "
"returned by find_package() and find_library() are absolute paths. "
"Pass these absolute library file paths directly to the "