mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
target_link_libraries: Propagate dependencies of object libraries
Prior to this commit, linking against an object library did not propagate private link dependencies of object libraries to their consuming targets. This change implements the correct behavior. Fixes: #18692 Co-Author: Brad King <brad.king@kitware.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
object-library-link
|
||||
-------------------
|
||||
|
||||
* Object library linking has been fixed to propagate transitive link
|
||||
dependencies of object libraries to consuming targets.
|
||||
Reference in New Issue
Block a user