Merge topic 'doc-object-library-link'

0f87bd1bd8 Help: Clarify 3.14 release note about object library dependencies

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2933
This commit is contained in:
Brad King 2019-02-07 14:38:20 +00:00 committed by Kitware Robot
commit 0732cfd7a7

View File

@ -310,8 +310,8 @@ Deprecated and Removed Features
Other Changes
=============
* Object library linking has been fixed to propagate transitive link
dependencies of object libraries to consuming targets.
* Object library linking has been fixed to propagate private link libraries
of object libraries to consuming targets.
* Install rules under :command:`add_subdirectory` now interleave with those in
the calling directory. See policy :policy:`CMP0082` for details.