target_link_libraries: Add missing space in documentation
Change "thelink" to "the link".
This commit is contained in:
parent
914382224d
commit
5fc95dff46
|
@ -112,8 +112,8 @@ public:
|
||||||
" [[debug|optimized|general] <lib>] ...\n"
|
" [[debug|optimized|general] <lib>] ...\n"
|
||||||
" [<LINK_PRIVATE|LINK_PUBLIC>\n"
|
" [<LINK_PRIVATE|LINK_PUBLIC>\n"
|
||||||
" [[debug|optimized|general] <lib>] ...])\n"
|
" [[debug|optimized|general] <lib>] ...])\n"
|
||||||
"The LINK_PUBLIC and LINK_PRIVATE modes can be used to specify both the"
|
"The LINK_PUBLIC and LINK_PRIVATE modes can be used to specify both "
|
||||||
"link dependencies and the link interface in one command. "
|
"the link dependencies and the link interface in one command. "
|
||||||
"Libraries and targets following LINK_PUBLIC are linked to, and are "
|
"Libraries and targets following LINK_PUBLIC are linked to, and are "
|
||||||
"made part of the LINK_INTERFACE_LIBRARIES. Libraries and targets "
|
"made part of the LINK_INTERFACE_LIBRARIES. Libraries and targets "
|
||||||
"following LINK_PRIVATE are linked to, but are not made part of the "
|
"following LINK_PRIVATE are linked to, but are not made part of the "
|
||||||
|
|
Loading…
Reference in New Issue