summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_SYSTEM_IGNORE_PREFIX_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: Update Sphinx versionadded directives for 3.23 releaseBrad King2022-02-031-0/+2
| | | | | | | | | Run the script: Utilities/Sphinx/update_versions.py --since v3.22.0 --overwrite Manually select updates that really belong to the 3.23 release, as against adding documentation for previously-existing entities.
* Help: Polish CMAKE{,_SYSTEM}_IGNORE_PREFIX_PATH documentationBrad King2022-02-031-9/+9
|
* find_*(): Add CMAKE_IGNORE_PREFIX_PATH variableKyle Edwards2022-02-021-0/+18
Fixes: #20878