mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
Help: Fix example in cmake-buildsystem(7) manual
In the example code `serialization` is a PRIVATE dependency of `archiveExtras` and not of `archive`. Fix the corresponding prose.
This commit is contained in:
parent
f3171a695b
commit
cc78ff72eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user