mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Currently, getting properties from an ALIAS target retrieves the property from the target which the alias references while setting properties results in an error. This relaxes set_property and set_target_properties to accept ALIAS targets and act on the referenced target, mirroring the get behavior. An error is raised when setting ALIAS_GLOBAL or ALIASED_TARGET on an ALIAS target. Closes: #19445
7 lines
213 B
ReStructuredText
7 lines
213 B
ReStructuredText
alias-transparency
|
|
------------------
|
|
|
|
* The :command:`set_property` and :command:`set_target_properties` commands
|
|
now accept :ref:`Alias Targets`. Properties are set on the target which
|
|
the alias references.
|