mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
These probably should not have been documented as public variables to begin with. But since they have been documented for a long time, we can't just remove them from the docs. Move them to the internal section instead to make it clearer that they are not intended to be used directly by projects.
12 lines
440 B
ReStructuredText
12 lines
440 B
ReStructuredText
CMAKE_<LANG>_LINKER_PREFERENCE_PROPAGATES
|
|
-----------------------------------------
|
|
|
|
An internal variable subject to change.
|
|
|
|
True if :variable:`CMAKE_<LANG>_LINKER_PREFERENCE` propagates across targets.
|
|
|
|
This is used when CMake selects a linker language for a target.
|
|
Languages compiled directly into the target are always considered. A
|
|
language compiled into static libraries linked by the target is
|
|
considered if this variable is true.
|