blob: 249ccbccbde690a6cd6de2c548bc62deac4ea618 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
CMAKE_LINK_GROUP_USING_<FEATURE>_SUPPORTED
------------------------------------------
.. versionadded:: 3.24
Set to ``TRUE`` if the ``<FEATURE>``, as defined by variable
:variable:`CMAKE_LINK_GROUP_USING_<FEATURE>`, is supported regardless the
linker language.
.. note::
This variable is evaluated if, and only if, the variable
:variable:`CMAKE_<LANG>_LINK_GROUP_USING_<FEATURE>_SUPPORTED` evaluates to
``FALSE``.
|