mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
The ALIAS_GLOBAL property is read-only, so ALIASED_TARGET should be as well. Even when set, there is no way to read the property value, so this change gives an explicit error for users.
9 lines
281 B
ReStructuredText
9 lines
281 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.
|
|
|
|
* The :prop_tgt:`ALIASED_TARGET` target property is now read-only.
|