Files
CMake/Help/release/dev/subdirectory-installing.rst
Zack Galbreath e89ad0f94e install: Allow installing targets created in another directory
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
2018-06-18 13:18:54 -04:00

6 lines
167 B
ReStructuredText

subdirectory-installing
-----------------------
* The :command:`install(TARGETS)` command may now be used
to install targets created outside the current directory.