mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-08-02 11:02:46 +08:00
To be more consistent between genex and variables as well as the forecomming LINK_GROUP genex, rename variable *_LINK_USING_<FEATURE>* in *_LINK_LIBRARY_USING_<FEATURE>*
14 lines
428 B
ReStructuredText
14 lines
428 B
ReStructuredText
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`.
|