mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Variable CMAKE_LINK_(LIBRARY|GROUP)_USING_<FEATURE>_SUPPORTED is evaluated only if CMAKE_<LANG>_LINK_(LIBRARY|GROUP)_USING_<FEATURE>_SUPPORTED is not defined. This new behavior enable to activate a feature globally on a platform and to disable it for some compilers and languages.
15 lines
424 B
ReStructuredText
15 lines
424 B
ReStructuredText
CMAKE_LINK_LIBRARY_USING_<FEATURE>_SUPPORTED
|
|
--------------------------------------------
|
|
|
|
.. versionadded:: 3.24
|
|
|
|
Set to ``TRUE`` if the ``<FEATURE>``, as defined by variable
|
|
:variable:`CMAKE_LINK_LIBRARY_USING_<FEATURE>`, is supported regardless the
|
|
linker language.
|
|
|
|
.. note::
|
|
|
|
This variable is evaluated if, and only if, the variable
|
|
:variable:`CMAKE_<LANG>_LINK_LIBRARY_USING_<FEATURE>_SUPPORTED` is not
|
|
defined.
|