You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
428 B
14 lines
428 B
2 years ago
|
CMAKE_<LANG>_LINK_LIBRARY_USING_<FEATURE>_SUPPORTED
|
||
|
---------------------------------------------------
|
||
|
|
||
|
.. versionadded:: 3.24
|
||
|
|
||
|
Set to ``TRUE`` if the ``<FEATURE>``, as defined by variable
|
||
|
:variable:`CMAKE_<LANG>_LINK_LIBRARY_USING_<FEATURE>`, is supported for the
|
||
|
linker language ``<LANG>``.
|
||
|
|
||
|
.. note::
|
||
|
|
||
|
This variable is evaluated before the more generic variable
|
||
|
:variable:`CMAKE_LINK_LIBRARY_USING_<FEATURE>_SUPPORTED`.
|