summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-03 13:38:13 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-08-03 13:38:15 (GMT)
commita2bc632d060e0b41dd736d3672080eaee5bd0acb (patch)
tree3d1abd3d0a3081d15e2960495ca1163dbbb50902 /Help
parent17d236d5bab40938607f31e29c131acafd2b3ffe (diff)
parentcc78ff72eb5e7ff3f86d05d6c61197c93d34f84d (diff)
downloadCMake-a2bc632d060e0b41dd736d3672080eaee5bd0acb.zip
CMake-a2bc632d060e0b41dd736d3672080eaee5bd0acb.tar.gz
CMake-a2bc632d060e0b41dd736d3672080eaee5bd0acb.tar.bz2
Merge topic 'doc-buildsystem-fix'
cc78ff72 Help: Fix example in cmake-buildsystem(7) manual Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1097
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-buildsystem.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index 95f5b87..debaf23 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -266,7 +266,7 @@ The :command:`target_link_libraries` command has ``PRIVATE``,
Because ``archive`` is a ``PUBLIC`` dependency of ``archiveExtras``, the
usage requirements of it are propagated to ``consumer`` too. Because
-``serialization`` is a ``PRIVATE`` dependency of ``archive``, the usage
+``serialization`` is a ``PRIVATE`` dependency of ``archiveExtras``, the usage
requirements of it are not propagated to ``consumer``.
Generally, a dependency should be specified in a use of