summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/LINKER_LANGUAGE.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Highlight internal nature of linker preference variablesCraig Scott2022-01-301-2/+4
| | | | | | | | | | In d2efc90598 (Help: Move linker preference variables to the internal section, 2022-01-15), the internal nature of the CMAKE_<LANG>_LINKER_PREFERENCE and CMAKE_<LANG>_LINKER_PREFERENCE_PROPAGATES variables was made clearer. The LINKER_LANGUAGE target property references the former, but doesn't mention that the variable is internal. Make the internal nature of the variable and the preference implementation in general clearer in the LINKER_LANGUAGE docs.
* Help: Improve documentation formatingBartosz Kosiorek2019-04-041-1/+1
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+14
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.