1CMAKE_MATCH_COUNT
2-----------------
3
4.. versionadded:: 3.2
5
6The number of matches with the last regular expression.
7
8When a regular expression match is used, CMake fills in
9:variable:`CMAKE_MATCH_<n>` variables with the match contents.
10The ``CMAKE_MATCH_COUNT`` variable holds the number of match
11expressions when these are filled.
12