1ALIAS_GLOBAL
2------------
3
4.. versionadded:: 3.18
5
6Read-only property indicating of whether an :ref:`ALIAS target <Alias Targets>`
7is globally visible.
8
9The boolean value of this property is ``TRUE`` for aliases to
10:ref:`IMPORTED targets <Imported Targets>` created
11with the ``GLOBAL`` options to :command:`add_executable()` or
12:command:`add_library()`, ``FALSE`` otherwise. It is undefined for
13targets built within the project.
14
15.. note::
16
17  Promoting an :ref:`IMPORTED target <Imported Targets>` from ``LOCAL``
18  to ``GLOBAL`` scope by changing the value or :prop_tgt:`IMPORTED_GLOBAL`
19  target property do not change the scope of local aliases.
20