summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_MATCH_COUNT.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* Help: Document CMAKE_MATCH_<n> variablesBrad King2017-04-181-3/+4
|
* cmMakefile: store the number of last matches in a CMake varBen Boeckel2014-12-031-0/+8
With PushScope and PopScope, keeping track of another bit of data for each scope isn't easy. Instead, store it as another CMake variable so it gets implicitly tracked along with everything else. This works in a revert of commit 7d674b5f0b28a610333644d417c2e8cb796cc9e4.