Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Document CMAKE_MATCH_<n> variables | Brad King | 2017-04-18 | 1 | -3/+4 |
| | |||||
* | cmMakefile: store the number of last matches in a CMake var | Ben Boeckel | 2014-12-03 | 1 | -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. |