diff options
author | Brad King <brad.king@kitware.com> | 2011-11-22 22:19:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-11-22 22:19:04 (GMT) |
commit | 5fc95dff464b08c83df2c904a281bb4c45278a35 (patch) | |
tree | 128d75066edacbd0dc41975efbfc0ab1d7e79995 /Source/cmTargetLinkLibrariesCommand.h | |
parent | 914382224d34cfb86a67c8191b6e7b3a3e918f88 (diff) | |
download | CMake-5fc95dff464b08c83df2c904a281bb4c45278a35.zip CMake-5fc95dff464b08c83df2c904a281bb4c45278a35.tar.gz CMake-5fc95dff464b08c83df2c904a281bb4c45278a35.tar.bz2 |
target_link_libraries: Add missing space in documentation
Change "thelink" to "the link".
Diffstat (limited to 'Source/cmTargetLinkLibrariesCommand.h')
-rw-r--r-- | Source/cmTargetLinkLibrariesCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmTargetLinkLibrariesCommand.h b/Source/cmTargetLinkLibrariesCommand.h index e91c46d..8df4ac0 100644 --- a/Source/cmTargetLinkLibrariesCommand.h +++ b/Source/cmTargetLinkLibrariesCommand.h @@ -112,8 +112,8 @@ public: " [[debug|optimized|general] <lib>] ...\n" " [<LINK_PRIVATE|LINK_PUBLIC>\n" " [[debug|optimized|general] <lib>] ...])\n" - "The LINK_PUBLIC and LINK_PRIVATE modes can be used to specify both the" - "link dependencies and the link interface in one command. " + "The LINK_PUBLIC and LINK_PRIVATE modes can be used to specify both " + "the link dependencies and the link interface in one command. " "Libraries and targets following LINK_PUBLIC are linked to, and are " "made part of the LINK_INTERFACE_LIBRARIES. Libraries and targets " "following LINK_PRIVATE are linked to, but are not made part of the " |