mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
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
6 lines
167 B
ReStructuredText
6 lines
167 B
ReStructuredText
subdirectory-linking
|
|
--------------------
|
|
|
|
* The :command:`target_link_libraries` command may now be called
|
|
to modify targets created outside the current directory.
|