mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
3d2709c1ae
CMake now provides the CMAKE_<LANG>_LINK_MODE variable which specify how the link step is done. So, the CMAKE_<LANG>_USING_LINKER_MODE variable is no longer needed.
8 lines
305 B
ReStructuredText
8 lines
305 B
ReStructuredText
linker-configuration
|
|
--------------------
|
|
|
|
* The :variable:`CMAKE_<LANG>_USING_LINKER_MODE` variable is no longer used to
|
|
determine the type of the contents of the
|
|
:variable:`CMAKE_<LANG>_USING_LINKER_<TYPE>` variable. The
|
|
:variable:`CMAKE_<LANG>_LINK_MODE` variable, set by CMake, is used instead.
|