mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
ceecd7902f
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
7d674b5f0b.
6 lines
152 B
ReStructuredText
6 lines
152 B
ReStructuredText
cached-regex-clear-fixed
|
|
------------------------
|
|
|
|
* Add :variable:`CMAKE_MATCH_COUNT` for the number of matches made in the last
|
|
regular expression.
|