CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES.rst 399 B

123456789
  1. CMAKE_<LANG>_LINKER_PREFERENCE_PROPAGATES
  2. -----------------------------------------
  3. True if :variable:`CMAKE_<LANG>_LINKER_PREFERENCE` propagates across targets.
  4. This is used when CMake selects a linker language for a target.
  5. Languages compiled directly into the target are always considered. A
  6. language compiled into static libraries linked by the target is
  7. considered if this variable is true.