mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
12 lines
332 B
ReStructuredText
12 lines
332 B
ReStructuredText
CMAKE_MATCH_COUNT
|
|
-----------------
|
|
|
|
.. versionadded:: 3.2
|
|
|
|
The number of matches with the last regular expression.
|
|
|
|
When a regular expression match is used, CMake fills in
|
|
:variable:`CMAKE_MATCH_<n>` variables with the match contents.
|
|
The ``CMAKE_MATCH_COUNT`` variable holds the number of match
|
|
expressions when these are filled.
|