CMAKE__LINK_GROUP_USING__SUPPORTED ------------------------------------------------- .. versionadded:: 3.24 This variable specifies whether the ```` is supported for the link language ````. If this variable is true, then the ```` must be defined by :variable:`CMAKE__LINK_GROUP_USING_`, and the more generic :variable:`CMAKE_LINK_GROUP_USING__SUPPORTED` and :variable:`CMAKE_LINK_GROUP_USING_` variables are not used. If ``CMAKE__LINK_GROUP_USING__SUPPORTED`` is false or is not set, then the :variable:`CMAKE_LINK_GROUP_USING__SUPPORTED` variable will determine whether ```` is deemed to be supported.