summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_MATCH_COUNT.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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.