Files
cmake/Help/release/dev/alias-transparency.rst
T
Arha Gatram 3b327695aa ALIASED_TARGET: Make property read-only
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.
2026-07-07 07:32:35 -07:00

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.