mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Extract the effective linker during the computation of implicit artifacts
delivered by the compiler to the linker.
Define various variables describing the linker:
* CMAKE_<LANG>_COMPILER_LINKER
* CMAKE_<LANG>_COMPILER_LINKER_VERSION
* CMAKE_<LANG>_COMPILER_LINKER_ID
* CMAKE_<LANG>_COMPILER_LINKER_FRONTEND_VARIANT
This is complementary to feature introduced by commit 96a953b1ed
(Add options to specify linker tool, 2023-09-27).
Fixes: #17596, #18209, #25344
11 lines
256 B
ReStructuredText
11 lines
256 B
ReStructuredText
CMAKE_<LANG>_COMPILER_LINKER_VERSION
|
|
------------------------------------
|
|
|
|
.. versionadded:: 3.29
|
|
|
|
Linker version string.
|
|
|
|
Linker version in major[.minor[.patch[.tweak]]] format. This
|
|
variable is not guaranteed to be defined for all linkers or
|
|
languages.
|