mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
The install({TARGETS, EXPORT}) versions of the command now accept ALIAS
targets. The behavior is identical to what would happen if the name of
the target that the ALIAS references were put instead. The
export(TARGETS) command also has the same support and behavior for ALIAS
targets now.
Closes: #20979
7 lines
203 B
ReStructuredText
7 lines
203 B
ReStructuredText
alias-transparency-install
|
|
--------------------------
|
|
|
|
* The :command:`export` and :command:`install` commands now
|
|
accept :ref:`Alias Targets`. The commands operate on the underlying
|
|
aliased target.
|