mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Introduce the following genex: * <LANG>_COMPILER_LINKER_ID * <LANG>_COMPILER_LINKER_FRONTEND_VARIANT Fixes: #26991
9 lines
407 B
ReStructuredText
9 lines
407 B
ReStructuredText
GenEx-COMPILER_LINKER
|
|
---------------------
|
|
|
|
* The :genex:`<LANG>_COMPILER_LINKER_ID <C_COMPILER_LINKER_ID>` and
|
|
:genex:`<LANG>_COMPILER_LINKER_FRONTEND_VARIANT <C_COMPILER_LINKER_FRONTEND_VARIANT>`
|
|
families of generator expressions were added to access the value of the
|
|
associated :variable:`CMAKE_<LANG>_COMPILER_LINKER_ID` and
|
|
:variable:`CMAKE_<LANG>_COMPILER_LINKER_FRONTEND_VARIANT` variables.
|