summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_SYSTEM_IGNORE_PATH.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Clarify behavior of search ignore-related variablesCraig Scott2022-03-131-13/+13
| | | | | | | | | | | Not all the behaviors of CMake variables for ignoring search locations by find_...() commands were fully documented. Add the missing effects, clarify the wording and restructure the way the details are assembled to reduce duplication. Also improve the cross-referencing to ensure all the related variables are more discoverable. Issue: #20878
* Help: Spell out ";-list" as "semicolon-separated list"Joachim Wuttke (o)2018-10-251-1/+1
|
* Help: Revise CMAKE_*_PATH and CMAKE_SYSTEM_*_PATH variable docs (#15631)Brad King2015-06-251-11/+14
| | | | | Improve reStructuredText formatting and cross-references. Specify explicitly that each variable may be set to a ;-list of multiple values.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+15
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.