blob: 5794b1575893faefa395c714775413be6f28c624 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
CMAKE_<LANG>_LINK_USING_<FEATURE>_SUPPORTED
-------------------------------------------
.. versionadded:: 3.24
Set to ``TRUE`` if the ``<FEATURE>``, as defined by variable
:variable:`CMAKE_<LANG>_LINK_USING_<FEATURE>`, is supported for the linker
language ``<LANG>``.
.. note::
This variable is evaluated before the more generic variable
:variable:`CMAKE_LINK_USING_<FEATURE>_SUPPORTED`.
|