mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
target_link_libraries: Allow use with targets in other directories
Previously the command did not allow naming targets on the LHS that were not created in the calling directory. Lift this restriction to enable more flexible use by projects. Fixes: #17943
This commit is contained in:
committed by
Brad King
parent
743f24bac6
commit
c9349cc1b9
@@ -0,0 +1,5 @@
|
||||
subdirectory-linking
|
||||
--------------------
|
||||
|
||||
* The :command:`target_link_libraries` command may now be called
|
||||
to modify targets created outside the current directory.
|
||||
Reference in New Issue
Block a user