mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
Previously, `install(TARGETS)` would only accept targets created in the same directory scope. Relax this restriction by searching the global scope when determining whether or not a target exists. Fixes: #14444
6 lines
167 B
ReStructuredText
6 lines
167 B
ReStructuredText
subdirectory-installing
|
|
-----------------------
|
|
|
|
* The :command:`install(TARGETS)` command may now be used
|
|
to install targets created outside the current directory.
|